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/af-magic.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/af-magic.zsh-theme')
-rw-r--r-- | themes/af-magic.zsh-theme | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index 3c2f45658..97d142a0f 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -1,12 +1,6 @@ # af-magic.zsh-theme -# -# Author: Andy Fleming -# URL: http://andyfleming.com/ # Repo: https://github.com/andyfleming/oh-my-zsh # Direct Link: https://github.com/andyfleming/oh-my-zsh/blob/master/themes/af-magic.zsh-theme -# -# Created on: June 19, 2012 -# Last modified on: June 20, 2012 if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" |