summaryrefslogtreecommitdiff
path: root/themes/jreese.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-01-14 06:40:09 -0800
committerRobby Russell <robby@planetargon.com>2011-01-14 06:40:09 -0800
commit192ea1424adcfbcb390fc482df44de85f1a6dbeb (patch)
treefc56aace4049843838631e89be41371bfeabdcc0 /themes/jreese.zsh-theme
parent7bf6adcd4861c1f7c4638ddcc01911c79b8b9230 (diff)
parent8d2b9d10e5105f9e0af0700e427e0567011ab45b (diff)
downloadzsh-192ea1424adcfbcb390fc482df44de85f1a6dbeb.tar.gz
zsh-192ea1424adcfbcb390fc482df44de85f1a6dbeb.tar.bz2
zsh-192ea1424adcfbcb390fc482df44de85f1a6dbeb.zip
Merge branch 'master' of https://github.com/sunaku/oh-my-zsh
Diffstat (limited to 'themes/jreese.zsh-theme')
-rw-r--r--themes/jreese.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jreese.zsh-theme b/themes/jreese.zsh-theme
index 534664f11..0fa6b4ecd 100644
--- a/themes/jreese.zsh-theme
+++ b/themes/jreese.zsh-theme
@@ -1,6 +1,6 @@
# ZSH Theme - Preview: http://dl.dropbox.com/u/1552408/Screenshots/2010-04-08-oh-my-zsh.png
-if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="green"; fi
+if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %~ \