diff options
author | Doug Fritz <doug@media.mit.edu> | 2010-04-03 15:48:35 +0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-05-08 04:32:35 +0800 |
commit | 456834b9ea5aca1a7727f7070681e5d0336e3893 (patch) | |
tree | 01481f247d29111f10e527cca0fb4529be843765 | |
parent | 081deba3c4971a2a9af8c185f01ee9ea6754fdcb (diff) | |
download | zsh-456834b9ea5aca1a7727f7070681e5d0336e3893.tar.gz zsh-456834b9ea5aca1a7727f7070681e5d0336e3893.tar.bz2 zsh-456834b9ea5aca1a7727f7070681e5d0336e3893.zip |
added skaro theme
-rw-r--r-- | themes/skaro.zsh-theme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/skaro.zsh-theme b/themes/skaro.zsh-theme new file mode 100644 index 000000000..84b7b11b0 --- /dev/null +++ b/themes/skaro.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='%{$fg_bold[green]%}%h %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» ' + +ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" + |