From dbc46f7dd0338a5cfef5f5b4070977573295e9e9 Mon Sep 17 00:00:00 2001 From: Tommaso Thea Cioni Date: Fri, 2 Feb 2018 16:54:24 +0100 Subject: [PATCH] Fixed indentation mistake. --- themes/simplycool.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/simplycool.zsh-theme b/themes/simplycool.zsh-theme index a21d6bf54..a6ecf1988 100644 --- a/themes/simplycool.zsh-theme +++ b/themes/simplycool.zsh-theme @@ -1,7 +1,7 @@ if [[ $EUID > 0 ]] ; then local symbol=$ else - local symbol=# + local symbol=# fi local symbol="%(?:%{$fg_bold[green]%}${symbol}:%{$fg_bold[red]%}${symbol})"