diff options
author | Tharre <tharre3@gmail.com> | 2015-08-10 05:10:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d (patch) | |
tree | e8b7866333d230abc4308bdad05c218fb8a15f86 /shell | |
parent | 34aa68663875f74c0cb05718719a49cefd1f574d (diff) | |
download | dotfiles-3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d.tar.gz dotfiles-3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d.tar.xz dotfiles-3e32ec03f4e7fb71dba0e60c9c8a9479c8b86c0d.zip |
zsh-theme: remove unused code
Diffstat (limited to 'shell')
-rw-r--r-- | shell/themes/custom.zsh-theme | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/themes/custom.zsh-theme b/shell/themes/custom.zsh-theme index 41d2cb0..202df2c 100644 --- a/shell/themes/custom.zsh-theme +++ b/shell/themes/custom.zsh-theme @@ -1,7 +1,6 @@ # custom.zsh-theme # based on the af-magic theme -if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi local return_code="%(?..%{$fg[red]%}:%?%{$reset_color%})" # primary prompt |