]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
reorganized tint2, i3->volumeicon vol control
[dotfiles.git] / base / .zshrc
index 51f3a34c618bce353f58410c23f080194b473e2d..9f13b6da6d828b732702267d3dd015fdb700747b 100644 (file)
@@ -5,7 +5,7 @@ zstyle ':vcs_info:*' get-revision true
 zstyle ':vcs_info:git*' formats "(%F{green}%r/%b%f) %m%u%c "
 
 function precmd {
 zstyle ':vcs_info:git*' formats "(%F{green}%r/%b%f) %m%u%c "
 
 function precmd {
-    print -Pn "\e]0;${SSH_CLIENT+$USER@$HOST}%#zsh%(1j,:%j,):%~\a"
+    print -Pn "\e]0;${SSH_CLIENT+$USER@$HOST}%#%(1j,:%j,):%~\a"
     vcs_info
     if ((SECONDS - _exectime >= 5)) {
         # bell after long exec
     vcs_info
     if ((SECONDS - _exectime >= 5)) {
         # bell after long exec
This page took 0.02793 seconds and 4 git commands to generate.