diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -44,7 +44,10 @@ case "$OSTYPE" in | |||
| 44 | ;; | 44 | ;; |
| 45 | esac | 45 | esac |
| 46 | 46 | ||
| 47 | ZSH_HIGHLIGHT_STYLES[path]='none' | 47 | if (( ${+ZSH_HIGHLIGHT_STYLES} )); then |
| 48 | ZSH_HIGHLIGHT_STYLES[path]='none' | ||
| 49 | ZSH_HIGHLIGHT_STYLES[path_prefix]='none' | ||
| 50 | fi | ||
| 48 | 51 | ||
| 49 | bindkey -v | 52 | bindkey -v |
| 50 | export KEYTIMEOUT=1 | 53 | export KEYTIMEOUT=1 |
