]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Always use "yes" to enable zstyle settings.
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Aug 2011 15:55:09 +0000 (17:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Aug 2011 16:07:06 +0000 (18:07 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 236374b737ade57f984da916567ccf905332398b..4626513a1203a81aa9ae05bac6030ffb0164fd94 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -184,7 +184,7 @@ if [[ $ZSH_VERSION == (4.3.<9->|4.<4->*|<5->*) ||
     zstyle ':vcs_info:*' enable git hg
     # Check the repository for changes so they can be used in %u/%c (see
     # below). This comes with a speed penalty for bigger repositories.
-    zstyle ':vcs_info:*' check-for-changes true
+    zstyle ':vcs_info:*' check-for-changes yes
 
     # Set style of vcs_info display. The current branch (green) and VCS (blue)
     # is displayed. If there is an special action going on (merge, rebase)
@@ -463,7 +463,7 @@ zmodload zsh/complist
 autoload -Uz compinit && compinit -d ~/.zsh/cache/zcompdump
 
 # Use cache to speed up some slow completions (dpkg, perl modules, etc.).
-zstyle ':completion:*' use-cache on
+zstyle ':completion:*' use-cache yes
 zstyle ':completion:*' cache-path ~/.zsh/cache
 
 # Let the completion system handle all completions, including expanding of