diff options
author | Dan Kerimdzhanov <kerimdzhanov@gmail.com> | 2014-03-08 23:51:16 +0600 |
---|---|---|
committer | Dan Kerimdzhanov <kerimdzhanov@gmail.com> | 2014-03-08 23:51:59 +0600 |
commit | c249c69065f1216bd83f5bd92e87f560e42675fb (patch) | |
tree | 03130232b6058c0503b252709a130f5788c59cca /themes/intheloop.zsh-theme | |
parent | e744bf22ca31dc165115a1409fee121f98e62871 (diff) | |
download | zsh-c249c69065f1216bd83f5bd92e87f560e42675fb.tar.gz zsh-c249c69065f1216bd83f5bd92e87f560e42675fb.tar.bz2 zsh-c249c69065f1216bd83f5bd92e87f560e42675fb.zip |
Remove all copyright information in themes. Closes #2587
Diffstat (limited to 'themes/intheloop.zsh-theme')
-rw-r--r-- | themes/intheloop.zsh-theme | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/intheloop.zsh-theme b/themes/intheloop.zsh-theme index 85b4a4d95..7a98db27a 100644 --- a/themes/intheloop.zsh-theme +++ b/themes/intheloop.zsh-theme @@ -1,4 +1,3 @@ -# ZSH theme by James Smith (http://loopj.com) # A multiline prompt with username, hostname, full path, return status, git branch, git dirty status, git remote status local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" @@ -21,4 +20,4 @@ ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[grey]%}) %{$fg[yellow]%}⚡%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[grey]%})" ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE="%{$fg_bold[magenta]%}↓%{$reset_color%}" ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE="%{$fg_bold[magenta]%}↑%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE="%{$fg_bold[magenta]%}↕%{$reset_color%}"
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE="%{$fg_bold[magenta]%}↕%{$reset_color%}" |