diff options
author | Joakim Ekberg <jocke.ekberg@gmail.com> | 2011-03-17 22:29:58 +0100 |
---|---|---|
committer | Joakim Ekberg <jocke.ekberg@gmail.com> | 2011-03-17 22:29:58 +0100 |
commit | 4facba9824b7c3d0115c5f66e5b1517bd5674027 (patch) | |
tree | aa0c0c009e73593ab5ba38ae2b3c9da2de76de08 /themes/terminalparty.zsh-theme | |
parent | 52df85440ee8ead8f17d3aa3e1fedf187162313c (diff) | |
download | zsh-4facba9824b7c3d0115c5f66e5b1517bd5674027.tar.gz zsh-4facba9824b7c3d0115c5f66e5b1517bd5674027.tar.bz2 zsh-4facba9824b7c3d0115c5f66e5b1517bd5674027.zip |
Added terminal party theme.
Diffstat (limited to 'themes/terminalparty.zsh-theme')
-rw-r--r-- | themes/terminalparty.zsh-theme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/terminalparty.zsh-theme b/themes/terminalparty.zsh-theme new file mode 100644 index 000000000..73653aca8 --- /dev/null +++ b/themes/terminalparty.zsh-theme @@ -0,0 +1,9 @@ +PROMPT='%{$fg[green]%} %% ' +# RPS1='%{$fg[blue]%}%~%{$reset_color%} ' +RPS1='%{$fg[white]%}%2~$(git_prompt_info) %{$fg_bold[blue]%}%m%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[yellow]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg[yellow]%}" + |