diff options
author | Florian Walch <florian.walch@gmx.at> | 2010-10-15 11:05:47 +0200 |
---|---|---|
committer | Florian Walch <florian.walch@gmx.at> | 2010-10-15 11:05:47 +0200 |
commit | 4e433eb6bb578c864116cbcf0aa201227f80e4aa (patch) | |
tree | 3b8cd265925acfd2c13cf7fdf93c39a83c8ac596 | |
parent | dc12853b0c3e5af9e42f44cb9efdf57d44d20711 (diff) | |
download | zsh-4e433eb6bb578c864116cbcf0aa201227f80e4aa.tar.gz zsh-4e433eb6bb578c864116cbcf0aa201227f80e4aa.tar.bz2 zsh-4e433eb6bb578c864116cbcf0aa201227f80e4aa.zip |
Added own theme (based on robbyrussell)
-rw-r--r-- | themes/fwalch.zsh-theme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/fwalch.zsh-theme b/themes/fwalch.zsh-theme new file mode 100644 index 000000000..24edf55c0 --- /dev/null +++ b/themes/fwalch.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='%{$fg_bold[green]%}%p %{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$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]%})" |