diff options
author | Luke Randall <luke.randall@mit-can.com> | 2010-09-05 16:52:38 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-10-01 06:29:34 -0700 |
commit | a4afcfddbf8c9e8769e4e78c23a144c9b3c9aaf3 (patch) | |
tree | 8dda33e47063dd8a6bf9d3bcffac82aa22e7a480 /themes/lukerandall.zsh-theme | |
parent | 7936bbbd5a3895caa7153e4d03740ac12a333862 (diff) | |
download | zsh-a4afcfddbf8c9e8769e4e78c23a144c9b3c9aaf3.tar.gz zsh-a4afcfddbf8c9e8769e4e78c23a144c9b3c9aaf3.tar.bz2 zsh-a4afcfddbf8c9e8769e4e78c23a144c9b3c9aaf3.zip |
Add lukerandall.zsh-theme
Diffstat (limited to 'themes/lukerandall.zsh-theme')
-rw-r--r-- | themes/lukerandall.zsh-theme | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/lukerandall.zsh-theme b/themes/lukerandall.zsh-theme new file mode 100644 index 000000000..24a0612b7 --- /dev/null +++ b/themes/lukerandall.zsh-theme @@ -0,0 +1,10 @@ +# ZSH Theme - Preview: http://cl.ly/f701d00760f8059e06dc +# Thanks to gallifrey, upon whose theme this is based + +local return_code="%(?..%{$fg_bold[red]%}%? ↵%{$reset_color%})" + +PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[blue]%}%2~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B»%b ' +RPS1="${return_code}" + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}(" +ZSH_THEME_GIT_PROMPT_SUFFIX=") %{$reset_color%}" |