]> git.alrj.org Git - zsh.d.git/commitdiff
Slightly longer path displayed before the git branch in prompt
authorAmand Tihon <amand.tihon@iba-group.com>
Mon, 8 Jun 2009 15:59:45 +0000 (17:59 +0200)
committerAmand Tihon <amand.tihon@iba-group.com>
Mon, 8 Jun 2009 15:59:45 +0000 (17:59 +0200)
S90_prompt

index 8f2e8b1e24c49ca55793c2c0666f6279a4773f76..2fe519a29479787bbc7f1adb21b96833a398e742 100644 (file)
@@ -27,7 +27,7 @@ _exitcode="%(?::${C_BRED}[ %? ]${C_NO}
 )$(true)"
 
 _action="%(3v,%3v%,)"
-_path='${C_GREEN}%(5v,%15<..<%5v%<<${C_NO}${C_MAGENTA}@%4v%3v${C_NO}${C_GREEN}/%15<..<%6v%<<,%25<..<%~%<<)${C_NO}'
+_path='${C_GREEN}%(5v,%20<..<%5v%<<${C_NO}${C_MAGENTA}@%4v%3v${C_NO}${C_GREEN}/%15<..<%6v%<<,%25<..<%~%<<)${C_NO}'
 
 
 #