diff options
author | Sébastien M-B <essembeh@gmail.com> | 2011-12-15 16:15:23 +0100 |
---|---|---|
committer | Sébastien M-B <essembeh@gmail.com> | 2011-12-15 16:15:23 +0100 |
commit | 37266112759a5759536cc4ea84ea063695cd1f2e (patch) | |
tree | 8888b8b8a30c1ef7a395bd26bd1f0590c87c4e45 /themes/pygmalion.zsh-theme | |
parent | 9969fca25b3205c2969a543aa1495aeb6eed772b (diff) | |
parent | c133f41833ba1ce6a3868a644ad29caa17bfa75a (diff) | |
download | zsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.gz zsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.bz2 zsh-37266112759a5759536cc4ea84ea063695cd1f2e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'themes/pygmalion.zsh-theme')
-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%} ' + |