X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=blobdiff_plain;f=sys%2Fbashrc;fp=sys%2Fbashrc;h=baf3c17b9879493d419f88227c94112864c2fd73;hp=cdc02ce85adf64e52e5715cfe6933049023839ee;hb=3c3bd464c3f3cdb5acc0a9587ed2f39b6a080b0e;hpb=5b8ed57f127e31900703df164d657603a2b3067e diff --git a/sys/bashrc b/sys/bashrc index cdc02ce..baf3c17 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -107,6 +107,10 @@ if ! shopt -oq posix; then && source /opt/local/etc/bash_completion fi +# Enable local virtualenvwrapper installation, if available +[ -r /usr/local/bin/virtualenvwrapper.sh ] \ + && source /usr/local/bin/virtualenvwrapper.sh + # Shell prompt PS1="${COLOR_PREPOSTTXT}${PS1_BEGIN:-<}" [ "$LOGNAME" = "root" ] \