]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Move prompt below vcs_info.
authorSimon Ruderich <simon@ruderich.org>
Mon, 17 May 2010 10:29:53 +0000 (12:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 17 May 2010 10:29:53 +0000 (12:29 +0200)
No functional changes.

zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 643d7ae8a0d30227738afa49fc54f87b90693d44..e29219af05bfa5d838054800abf923e1b9634b44 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -153,16 +153,6 @@ local green="%{${fg[green]}%}"
 local yellow="%{${fg[yellow]}%}"
 local default="%{${fg[default]}%}"
 
-# Set the default prompt. The current host and working directory is displayed,
-# the exit code of the last command if it wasn't 0, the number of running jobs
-# if not 0.
-#
-# 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.)%# \
-%(?..($red%B%?%b$default%) )"
-
 # vcs_info was added in 4.3.9 but it works in earlier versions too. So load it
 # if the necessary files are available in ~/.zsh/functions/vcs_info (often a
 # symbolic link to current checkout of Zsh's sources).
@@ -268,6 +258,16 @@ if [[ $ZSH_VERSION == (4.3.<9->|4.<4->*|<5->*) ||
     fi
 fi
 
+# Set the default prompt. The current host and working directory is displayed,
+# the exit code of the last command if it wasn't 0, the number of running jobs
+# if not 0.
+#
+# 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.)%# \
+%(?..($red%B%?%b$default%) )"
+
 unset red blue green yellow default
 
 # When screen, xterm or rxvt is used set the name of the window to the