diff --git a/zshrc b/zshrc index 5a97a84..53a80f3 100644 --- a/zshrc +++ b/zshrc @@ -12,7 +12,7 @@ export LD_PRELOAD COLORED_STDERR_FDS ### PROMT ### MAIN_PROMT_COLOR="green" -if [[ $USER == "root" ]] +if [[ $USER == "root" ]]; then MAIN_PROMT_COLOR="red" fi setopt promptsubst