diff options
author | Florian Walch <florian.walch@gmx.at> | 2010-11-04 14:04:47 +0100 |
---|---|---|
committer | Florian Walch <florian.walch@gmx.at> | 2010-11-04 14:04:47 +0100 |
commit | b1320095fd70c847390d5529fe8554a7050b40cc (patch) | |
tree | 2de88f0ba2cd6be870e4a7568ad79d8aa2c72eeb /themes | |
parent | 60b560fc9ace116cde7e56954f386b1098751648 (diff) | |
parent | 4e433eb6bb578c864116cbcf0aa201227f80e4aa (diff) | |
download | zsh-b1320095fd70c847390d5529fe8554a7050b40cc.tar.gz zsh-b1320095fd70c847390d5529fe8554a7050b40cc.tar.bz2 zsh-b1320095fd70c847390d5529fe8554a7050b40cc.zip |
Merge remote branch 'origin/master' into gpg-agent
Diffstat (limited to 'themes')
-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]%})" |