diff options
author | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
---|---|---|
committer | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
commit | a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2 (patch) | |
tree | f3f2896b770b9eb516fb3fe19af2b82bc8fff054 /themes/cypher.zsh-theme | |
parent | 11d0b3c2ac271f8d87629c73c9832f135558a6a2 (diff) | |
parent | c03aab51645fa7448f4e92b09ab00e2de989010e (diff) | |
download | zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.gz zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.bz2 zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.zip |
Fixing merge
Diffstat (limited to 'themes/cypher.zsh-theme')
-rw-r--r-- | themes/cypher.zsh-theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/cypher.zsh-theme b/themes/cypher.zsh-theme new file mode 100644 index 000000000..45df53d22 --- /dev/null +++ b/themes/cypher.zsh-theme @@ -0,0 +1,4 @@ +# Based on evan's prompt +# Shows the exit status of the last command if non-zero +# Uses "#" instead of "»" when running with elevated privileges +PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~%(0?. . ${fg[red]}%? )%{${fg[blue]}%}»%{${reset_color}%} " |