Created
May 22, 2018 14:11
-
-
Save initialkommit/36f4caca28f57a875362943b86effb62 to your computer and use it in GitHub Desktop.
virtualenv postactivate/postdeactivate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1="$_OLD_VIRTUAL_PS1" | |
_OLD_RPROMPT="$RPROMPT" | |
RPROMPT="%{${fg_bold[grey]}%}(%{${fg[grey]}%}`basename \"$VIRTUAL_ENV\"`%{${fg_bold[grey]}%})%{${reset_color}%} $RPROMPT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RPROMPT="$_OLD_RPROMPT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment