diff options
author | Robby Russell <robby@planetargon.com> | 2009-10-11 13:42:14 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-10-11 13:42:14 -0700 |
commit | 2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5 (patch) | |
tree | 5b76058e4e3e89bff490c2184c22a9448bc8feb5 /themes | |
parent | 788c9af05684f4b9e39e7f15de2c06c4c8291cbd (diff) | |
parent | 9890bbb24d23e82bbc8f8fea9ffe423fc3eda12a (diff) | |
download | zsh-2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5.tar.gz zsh-2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5.tar.bz2 zsh-2f89c5401978f3f5aa3cd5f62bb2f0cb635900b5.zip |
Merge branch 'cypher/master'
Diffstat (limited to 'themes')
-rw-r--r-- | themes/cypher.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/cypher.zsh-theme b/themes/cypher.zsh-theme index 36633da26..45df53d22 100644 --- a/themes/cypher.zsh-theme +++ b/themes/cypher.zsh-theme @@ -1,4 +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 %B%F{red}::%b %B%F{green}%3~%(0?. . %F{red}%? )%F{red}%(0!.#.»)%b%F{white} " +PROMPT="%m %{${fg_bold[red]}%}:: %{${fg[green]}%}%3~%(0?. . ${fg[red]}%? )%{${fg[blue]}%}»%{${reset_color}%} " |