aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index da050c5..53fb25a 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -44,7 +44,10 @@ case "$OSTYPE" in
44 ;; 44 ;;
45esac 45esac
46 46
47ZSH_HIGHLIGHT_STYLES[path]='none' 47if (( ${+ZSH_HIGHLIGHT_STYLES} )); then
48 ZSH_HIGHLIGHT_STYLES[path]='none'
49 ZSH_HIGHLIGHT_STYLES[path_prefix]='none'
50fi
48 51
49bindkey -v 52bindkey -v
50export KEYTIMEOUT=1 53export KEYTIMEOUT=1