]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
fixed urxvt url matcher regex
[dotfiles.git] / base / .zshrc
index 33035b522d36cf8df1ebf6fe543a0fbe7e2f9fee..bb1fedf3c9acb17793d24a4213e4528153ffc0c0 100644 (file)
@@ -42,6 +42,7 @@ alias spa="sudo $p"
 unset p
 function s { sysctl hw.snd.default_unit${1:+=$1} }
 alias va="source bin/activate"
+alias vd="deactivate"
 
 # be paranoid
 alias cp='cp -ip'
@@ -77,9 +78,10 @@ zstyle ':vcs_info:*' enable git
 zstyle ':vcs_info:git*' formats       "%c%u%%F{green}%r/%b%%f/%%F{yellow}%S%%f"
 zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%r/%b%%f/\
 %%F{yellow}%S%%f"
-zstyle ':vcs_info:git*' check-for-changes true
-zstyle ':vcs_info:git*' stagedstr      "%F{blue}+"
-zstyle ':vcs_info:git*' unstagedstr    "%F{red}*"
+#zstyle ':vcs_info:git*' check-for-changes true #too slow
+zstyle ':vcs_info:git*' check-for-staged-changes true
+zstyle ':vcs_info:git*' stagedstr   "%F{blue}+"
+zstyle ':vcs_info:git*' unstagedstr "%F{red}*"
 
 function precmd {
     print -Pn "\e]0;%(1j,%j,)%#${SSH_CLIENT+$USER@$HOST:}%~\a"
This page took 0.03339 seconds and 4 git commands to generate.