commit 0822a72c1ff6c3a4c89dcb84b4ebe56ab9a2c7fd
parent d0796c4837f2b245ccfe04be74e54ffa2601beef
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 10 Apr 2012 13:55:00 +0200
change prompt color
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/zshrc b/zsh/zshrc
@@ -14,7 +14,7 @@ compinit
# export PROMPT="%n@%m:%~$ "
#PS1=$'%{\e[1;32m%}%n@h%{\e[0m%}:%B%~$%b '
-PS1=$'%{\e[35m%}%m%{\e[0;1m%}:%{\e[35m%}%B%~%{\e[0;1m%}$%b '
+PS1=$'%{\e[32m%}%m%{\e[0;1m%}:%{\e[31m%}%B%~%{\e[0;1m%}$%b '
# PS1=$'%{\e[1;32m%}%n@%m%{\e[0m%}:%B%~$%b '
# PS1=$'%{\e[1;32m%}%n%{\e[0m%}@%{\e[1;32m%}%m%{\e[0m%}:%B%~$%b '