fixed missing ;then

This commit is contained in:
Sheppy
2016-12-15 17:49:21 +01:00
parent 14f87f9213
commit 0aefb59cdc

2
zshrc
View File

@@ -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