From 0aefb59cdc928a3e430a4c2b7b626cc0bb47f590 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 15 Dec 2016 17:49:21 +0100 Subject: [PATCH] fixed missing ;then --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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