]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Don't display + in prompt when running as subshell.
authorSimon Ruderich <simon@ruderich.org>
Wed, 10 Mar 2010 23:15:08 +0000 (00:15 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 10 Mar 2010 23:15:08 +0000 (00:15 +0100)
This is almost useless when using a terminal emulator and I seldom
create new subshells on my own.

zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 3db835308e47d919cdbacc722de3f8f1504086cf..5276361bf8f371dd0f814c1b2b07ae61427933d9 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -138,7 +138,7 @@ local default="%{${fg[default]}%}"
 # The prompt is in green and blue to make easily detectable, the error exit
 # code in red and bold and the job count in yellow.
 PROMPT="$green%B%m%b$default:$blue%B%~%b$default \
-%(1j.$yellow%j$default.)%(2L.+.)%# \
+%(1j.$yellow%j$default.)%# \
 %(?..($red%B%?%b$default%) )"
 
 # VCS_Info was added in 4.3.9 but it works in earlier versions too. So load it