diff options
| author | Robby Russell <robby@planetargon.com> | 2011-12-14 22:02:24 -0800 | 
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2011-12-14 22:02:24 -0800 | 
| commit | 9637d4ec2205b3a98b7c3b5d89372828346c45ff (patch) | |
| tree | f8f78073f4831918d634be04fcab34cb0108532d /themes | |
| parent | e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec (diff) | |
| parent | d25fb095a9d1f814fe2b4d0f42ffe827780d4a59 (diff) | |
| download | zsh-9637d4ec2205b3a98b7c3b5d89372828346c45ff.tar.gz zsh-9637d4ec2205b3a98b7c3b5d89372828346c45ff.tar.bz2 zsh-9637d4ec2205b3a98b7c3b5d89372828346c45ff.zip | |
Merge pull request #738 from pygatea/master
Adds pygmalion.zsh_theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/pygmalion.zsh-theme | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/themes/pygmalion.zsh-theme b/themes/pygmalion.zsh-theme new file mode 100644 index 000000000..cf3bb908f --- /dev/null +++ b/themes/pygmalion.zsh-theme @@ -0,0 +1,9 @@ +# Yay! High voltage and arrows! + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" + +PROMPT='%{$fg[magenta]%}%n%{$reset_color%}%{$fg[cyan]%}@%{$reset_color%}%{$fg[yellow]%}%m%{$reset_color%}%{$fg[red]%}:%{$reset_color%}%{$fg[cyan]%}%0~%{$reset_color%}%{$fg[red]%}|%{$reset_color%}$(git_prompt_info)%{$fg[cyan]%}⇒%{$reset_color%}  ' + | 
