Commit b38db4a2 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2097 from natecox/master

Added virtualenv plugin data to af-magic theme.
parents b6f4a887 dfe36d7b
...@@ -27,7 +27,7 @@ eval my_gray='$FG[237]' ...@@ -27,7 +27,7 @@ eval my_gray='$FG[237]'
eval my_orange='$FG[214]' eval my_orange='$FG[214]'
# right prompt # right prompt
RPROMPT='$my_gray%n@%m%{$reset_color%}%' PROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%'
# git settings # git settings
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:" ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment