diff options
author | Stephen Middleton <rixius@gmail.com> | 2011-01-14 01:31:21 -0600 |
---|---|---|
committer | Stephen Middleton <rixius@gmail.com> | 2011-01-14 01:31:21 -0600 |
commit | e7c8673a45b9a65a672d2bb8e4e0d3f54a910c7c (patch) | |
tree | 8c7a555aff70d9927b206a20787fa76bb7926778 /themes | |
parent | 277f664df33d4a9078bb55e7ddf0a669ca63c462 (diff) | |
download | zsh-e7c8673a45b9a65a672d2bb8e4e0d3f54a910c7c.tar.gz zsh-e7c8673a45b9a65a672d2bb8e4e0d3f54a910c7c.tar.bz2 zsh-e7c8673a45b9a65a672d2bb8e4e0d3f54a910c7c.zip |
added newline
Diffstat (limited to 'themes')
-rw-r--r-- | themes/rixius.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/rixius.zsh-theme b/themes/rixius.zsh-theme index 3e5381425..c0c5c9c71 100644 --- a/themes/rixius.zsh-theme +++ b/themes/rixius.zsh-theme @@ -21,4 +21,4 @@ RPROMPT='%{$RIXIUS_PRE%}%T%{$reset_color%}' ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$RIXIUS_PRE%}!%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN=" %{$RIXIUS_PRE%}√%{$reset_color%}"
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_CLEAN=" %{$RIXIUS_PRE%}√%{$reset_color%}" |