better environment messaging, cf_certify_push will send cf to other environments

This commit is contained in:
Haak Saxberg 2014-08-07 15:53:46 -07:00
parent 99a1b2bb39
commit 7866cf577e
2 changed files with 52 additions and 4 deletions

View file

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