diff options
Diffstat (limited to 'themes/flazz.zsh-theme')
-rw-r--r-- | themes/flazz.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flazz.zsh-theme b/themes/flazz.zsh-theme index c0a7fb5d0..e21b52ef5 100644 --- a/themes/flazz.zsh-theme +++ b/themes/flazz.zsh-theme @@ -1,4 +1,4 @@ -if [ "$USER" = "root" ] +if [ "$USERNAME" = "root" ] then CARETCOLOR="red" else CARETCOLOR="blue" fi |