actually show sandbox notification

This commit is contained in:
Haak Saxberg 2014-06-26 00:07:38 -07:00
parent 051e07f03e
commit a1cdb2fd25

View file

@ -99,5 +99,5 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$RED%}☢%{$RESET_COLOR%}"
PROMPT=' PROMPT='
%{$fg_bold[green]%}[%n@%m] %{$fg[yellow]%}[%~]%{$reset_color%} %{$fg_bold[green]%}[%n@%m] %{$fg[yellow]%}[%~]%{$reset_color%}
%{$fg[blue]%}>%{$reset_color%} ' %$(in_sandbox){$fg[blue]%}>%{$reset_color%} '
RPROMPT='$(git_prompt_ahead)$(parse_git_dirty) $(branch_prompt)%{$reset_color%} %{$reset_color%}' RPROMPT='$(git_prompt_ahead)$(parse_git_dirty) $(branch_prompt)%{$reset_color%} %{$reset_color%}'