From f1542ee97c8ad05642ee9aae5df74aba453bfafb Mon Sep 17 00:00:00 2001 From: Arialdo Martini Date: Wed, 4 Feb 2015 08:23:02 +0100 Subject: [PATCH] Missing : in variables settings --- prompt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompt.sh b/prompt.sh index 546056e..ab9c385 100644 --- a/prompt.sh +++ b/prompt.sh @@ -26,8 +26,8 @@ if [ -n "${BASH_VERSION}" ]; then : ${omg_should_push_symbol:=''} #   : ${omg_has_stashes_symbol:=''} - : ${omg_default_color_on='\[\033[1;37m\]'} - : ${omg_default_color_off='\[\033[0m\]'} + : ${omg_default_color_on:='\[\033[1;37m\]'} + : ${omg_default_color_off:='\[\033[0m\]'} PROMPT='$(build_prompt)' RPROMPT='%{$reset_color%}%T %{$fg_bold[white]%} %n@%m%{$reset_color%}'