diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ export TERM="xterm-256color" # set tab to 4 spaces tabs 4 +# ignore filetypes in autocomplete +fignore=(o hi) + # pluggins source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # prompt syntax highlight |
