diff options
author | John Reese <jreese@leetcode.net> | 2010-04-08 15:02:56 -0400 |
---|---|---|
committer | John Reese <jreese@leetcode.net> | 2010-04-08 15:02:56 -0400 |
commit | 51935f768d69470d92d2f00f14c98a0380605075 (patch) | |
tree | 6a46bbd8e0878ed77dbfe8e19902be3a68625c63 | |
parent | 6356d70710876edfe335022bdef79595c2e65d62 (diff) | |
download | zsh-51935f768d69470d92d2f00f14c98a0380605075.tar.gz zsh-51935f768d69470d92d2f00f14c98a0380605075.tar.bz2 zsh-51935f768d69470d92d2f00f14c98a0380605075.zip |
Added screenshot link for jreese theme
-rw-r--r-- | themes/jreese.zsh-theme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/jreese.zsh-theme b/themes/jreese.zsh-theme index 0f91776c6..111dc0dee 100644 --- a/themes/jreese.zsh-theme +++ b/themes/jreese.zsh-theme @@ -1,3 +1,5 @@ +# 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 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" |