diff options
author | Tom Kirchner <tjkirch+github@gmail.com> | 2011-03-15 00:42:51 +0000 |
---|---|---|
committer | Tom Kirchner <tjkirch+github@gmail.com> | 2011-03-15 00:42:51 +0000 |
commit | e1f37e311fe895916a5e821266617ddb3f26fef1 (patch) | |
tree | ce90e90bd0eeab3702a35a2151b3ef0f9ef2db7a /themes | |
parent | 1b7868adca07d4a77b0d5b15d305eb6e15be9fe7 (diff) | |
download | zsh-e1f37e311fe895916a5e821266617ddb3f26fef1.tar.gz zsh-e1f37e311fe895916a5e821266617ddb3f26fef1.tar.bz2 zsh-e1f37e311fe895916a5e821266617ddb3f26fef1.zip |
Sweet lightning bolt on uncommitted git changes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/tjkirch.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/tjkirch.zsh-theme b/themes/tjkirch.zsh-theme index 5c5364002..1a93502f8 100644 --- a/themes/tjkirch.zsh-theme +++ b/themes/tjkirch.zsh-theme @@ -1,6 +1,6 @@ ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[green]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}⚡" ZSH_THEME_GIT_PROMPT_CLEAN="" function prompt_char { |