diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-05-18 14:15:03 +0200 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-05-18 14:15:03 +0200 |
| commit | d624f6863538b1dc9e4dc62fabc66168adbede24 (patch) | |
| tree | 50eeca9e130c630da710083c2fe3aa02abcee764 /config | |
| parent | b15670fdd1b1a5245d9f3af627f69be456d08b9f (diff) | |
| download | dotfiles-d624f6863538b1dc9e4dc62fabc66168adbede24.tar.gz dotfiles-d624f6863538b1dc9e4dc62fabc66168adbede24.tar.bz2 dotfiles-d624f6863538b1dc9e4dc62fabc66168adbede24.zip | |
Updated zsh extension ignore to inclue the dot (otherwise .go files got ignored)
Diffstat (limited to 'config')
| -rw-r--r-- | config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index bde98eb..9e9f583 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -85,7 +85,7 @@ zle -N exit_zsh bindkey '^D' exit_zsh # shellcheck disable=SC2034,SC2039,SC3030 -fignore=(o hi) # ignore extensions in autocomplete +fignore=(.o .hi) # ignore extensions in autocomplete # set tab to 4 spaces tabs 4 |
