diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-13 16:15:51 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-13 16:15:51 -0700 |
commit | 07c2bdf45ddc5021a69202a363e36d32d65cca70 (patch) | |
tree | be1127427dab5ed5b2f8211b9669f9d4d9f3af2b /themes/fino.zsh-theme | |
parent | d752c8cbc1dea51c05d768de741825c1a8b798c0 (diff) | |
parent | c249c69065f1216bd83f5bd92e87f560e42675fb (diff) | |
download | zsh-07c2bdf45ddc5021a69202a363e36d32d65cca70.tar.gz zsh-07c2bdf45ddc5021a69202a363e36d32d65cca70.tar.bz2 zsh-07c2bdf45ddc5021a69202a363e36d32d65cca70.zip |
Merge pull request #2588 from kerimdzhanov/remote-themes-copyright-info
Remove all copyright information in themes. Closes #2587
Diffstat (limited to 'themes/fino.zsh-theme')
-rw-r--r-- | themes/fino.zsh-theme | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/fino.zsh-theme b/themes/fino.zsh-theme index 4c7aabcff..35e6e02c1 100644 --- a/themes/fino.zsh-theme +++ b/themes/fino.zsh-theme @@ -1,4 +1,4 @@ -# Fino theme by Max Masnick (http://max.masnick.me) +# fino.zsh-theme # Use with a dark background and 256-color terminal! # Meant for people with rbenv and git. Tested only on OS X 10.7. @@ -11,7 +11,6 @@ # # Also borrowing from http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/ - function prompt_char { git branch >/dev/null 2>/dev/null && echo "±" && return echo '○' @@ -41,4 +40,4 @@ PROMPT="╭─%{$FG[040]%}%n%{$reset_color%} %{$FG[239]%}at%{$reset_color%} %{$F ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[239]%}on%{$reset_color%} %{$fg[255]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$FG[202]%}✘✘✘" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[040]%}✔"
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[040]%}✔" |