diff options
author | atom smith <re5etsmyth@gmail.com> | 2010-10-03 17:42:57 -0400 |
---|---|---|
committer | atom smith <re5etsmyth@gmail.com> | 2010-10-03 17:42:57 -0400 |
commit | ba9ae6a1e5fe1b45a58e655ab3413bb95a82573e (patch) | |
tree | 25be24475fbdeb0ac7a887bc2240f6524d2d99f0 | |
parent | f2f49f9571cf56b2fa672f16260c000050f9349b (diff) | |
download | zsh-ba9ae6a1e5fe1b45a58e655ab3413bb95a82573e.tar.gz zsh-ba9ae6a1e5fe1b45a58e655ab3413bb95a82573e.tar.bz2 zsh-ba9ae6a1e5fe1b45a58e655ab3413bb95a82573e.zip |
should have newline at end of file.
-rw-r--r-- | themes/re5et.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/re5et.zsh-theme b/themes/re5et.zsh-theme index fadb1fef8..5bded76a3 100644 --- a/themes/re5et.zsh-theme +++ b/themes/re5et.zsh-theme @@ -12,4 +12,4 @@ ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[magenta]%}^%{$reset_color%}%{$fg_bold[ye ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ±" ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ?" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[red]%} ♥"
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[red]%} ♥" |