]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
actually set PINENTRY_USER_DATA, fix invocation
[dotfiles.git] / base / .zshrc
index 412c5ba5401add44cfabf33917c30a471ea24b48..644e1789e8a43a72b8585fa345ae31fd17bfad50 100644 (file)
@@ -177,11 +177,11 @@ esac
 
 ### modules & styles
 ## vcs
-autoload -Uz vcs_info
 zstyle ':vcs_info:*' enable git
 #zstyle ':vcs_info:git*' check-for-changes true #too slow
 zstyle ':vcs_info:git*:dotfiles' check-for-changes true
 zstyle ':vcs_info:git*' check-for-staged-changes true
+autoload -Uz vcs_info
 
 ## compinit
 zstyle ':completion:*' auto-description '[arg] %d'
@@ -198,8 +198,6 @@ zstyle ':completion:*' menu select=1
 zstyle ':completion:*' original false
 zstyle ':completion:*' select-prompt '%B%l%b'
 zstyle ':completion:*' verbose true
-zstyle :compinstall filename '/home/ds6/.zshrc'
-
 autoload -Uz compinit && compinit
 
 ## prompt
This page took 0.061283 seconds and 4 git commands to generate.