diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-06 23:12:40 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-06 23:12:40 +0100 |
| commit | f4309c69498ae23959de904d38d23f6f8d667c09 (patch) | |
| tree | 73c58f053d937e5c7d02f3bcfdeb5d109b95592d /.zshrc | |
| parent | fdb9d0baf798c147360a2ca44ea6761abf7f96c3 (diff) | |
| download | dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.tar.gz dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.tar.bz2 dotfiles-f4309c69498ae23959de904d38d23f6f8d667c09.zip | |
Few more aliases, autocomplete filetype ignore
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 |
