diff options
author | Jordan Bracco <jordan@bracco.name> | 2009-11-13 05:10:21 +0100 |
---|---|---|
committer | Jordan Bracco <jordan@bracco.name> | 2009-11-13 05:10:21 +0100 |
commit | b549dd49991b87e16aa3c7225d47e435969d46fe (patch) | |
tree | 15e1c1bf317beabb7d220612036def1b18f93b0f | |
parent | 81acebee57d3afdf5afea377b68ba671bba58f6e (diff) | |
download | zsh-b549dd49991b87e16aa3c7225d47e435969d46fe.tar.gz zsh-b549dd49991b87e16aa3c7225d47e435969d46fe.tar.bz2 zsh-b549dd49991b87e16aa3c7225d47e435969d46fe.zip |
Gallifrey theme
-rw-r--r-- | themes/gallifrey.zsh-theme | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/gallifrey.zsh-theme b/themes/gallifrey.zsh-theme new file mode 100644 index 000000000..fce7cb923 --- /dev/null +++ b/themes/gallifrey.zsh-theme @@ -0,0 +1,8 @@ +# ZSH Theme - Preview: http://img.skitch.com/20091113-qqtd3j8xinysujg5ugrsbr7x1y.jpg +local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" + +PROMPT='%{$fg[green]%}%m%{$reset_color%} %2~ $(git_prompt_info)%{$reset_color%}%B»%b ' +RPS1="${return_code}" + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹" +ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}" |