Skip to content

Commit

Permalink
Missing : in variables settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arialdomartini committed Feb 4, 2015
1 parent d4351d6 commit f1542ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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%}'
Expand Down

0 comments on commit f1542ee

Please sign in to comment.