diff options
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 |
