diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS | |||
| 29 | setopt INC_APPEND_HISTORY | 29 | setopt INC_APPEND_HISTORY |
| 30 | setopt SHARE_HISTORY | 30 | setopt SHARE_HISTORY |
| 31 | setopt HIST_IGNORE_ALL_DUPS | 31 | setopt HIST_IGNORE_ALL_DUPS |
| 32 | setopt HIST_IGNORE_SPACE | ||
| 32 | 33 | ||
| 33 | source_file "$HOME/.opam/opam-init/init.zsh" | 34 | source_file "$HOME/.opam/opam-init/init.zsh" |
| 34 | 35 | ||
| @@ -43,6 +44,11 @@ case "$OSTYPE" in | |||
| 43 | ;; | 44 | ;; |
| 44 | esac | 45 | esac |
| 45 | 46 | ||
| 47 | if (( ${+ZSH_HIGHLIGHT_STYLES} )); then | ||
| 48 | ZSH_HIGHLIGHT_STYLES[path]='none' | ||
| 49 | ZSH_HIGHLIGHT_STYLES[path_prefix]='none' | ||
| 50 | fi | ||
| 51 | |||
| 46 | bindkey -v | 52 | bindkey -v |
| 47 | export KEYTIMEOUT=1 | 53 | export KEYTIMEOUT=1 |
| 48 | 54 | ||
