diff options
author | meh <meh.ffff@gmail.com> | 2009-10-26 18:35:51 +0100 |
---|---|---|
committer | meh <meh.ffff@gmail.com> | 2009-10-26 18:35:51 +0100 |
commit | 607ba0736b40c089546201f6324bf694c99ace2b (patch) | |
tree | 69a815530a2b0fd16da2ffebc8f4087657919bd0 /themes | |
parent | fd6861b8cd3ff12162d89babf27945a50d739ca8 (diff) | |
download | zsh-607ba0736b40c089546201f6324bf694c99ace2b.tar.gz zsh-607ba0736b40c089546201f6324bf694c99ace2b.tar.bz2 zsh-607ba0736b40c089546201f6324bf694c99ace2b.zip |
Added darkblod theme.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/darkblood.zsh-theme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/darkblood.zsh-theme b/themes/darkblood.zsh-theme new file mode 100644 index 000000000..8a00c3459 --- /dev/null +++ b/themes/darkblood.zsh-theme @@ -0,0 +1,9 @@ +# meh. Dark Blood Rewind, a new beginning. + +PROMPT=$'${fg[red]}┌[${fg_bold[white]}%n${reset_color}${fg[red]}@${fg_bold[white]}%m${reset_color}${fg[red]}] [${fg_bold[white]}/dev/%y${reset_color}${fg[red]}] $(git_prompt_info)%(?,,${fg[red]}[${fg_bold[white]}%?${reset_color}${fg[red]}]) +${fg[red]}└[${fg_bold[white]}%~${reset_color}${fg[red]}]>${reset_color} ' +PS2=$' ${fg[red]}|>${reset_color} ' + +ZSH_THEME_GIT_PROMPT_PREFIX="${fg[red]}[${fg_bold[white]}" +ZSH_THEME_GIT_PROMPT_SUFFIX="${reset_color}${fg[red]}] " +ZSH_THEME_GIT_PROMPT_DIRTY=" ${fg[red]}⚡${reset_color}" |