diff options
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 |