using (now fixed) virtualenvwrapper omz plugin

This commit is contained in:
2012-06-23 11:41:11 -04:00
parent aad590ae7c
commit 69fd359a1f
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
if [ -z $SSH_CONNECTION ]; then HCOLOR="green"; else HCOLOR="blue"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[$HCOLOR]%}%m%{$reset_color%}:%C \
PROMPT='%{$fg[$HCOLOR]%}%m%{$reset_color%}:%c \
$(git_prompt_info)%{$fg[red]%}%(!.#.»)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
RPS1='${return_code}'