]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/bashrc
bashrc: source /usr/local/bin/virtualenvwrapper.sh
[ConfigScripts.git] / sys / bashrc
index cdc02ce85adf64e52e5715cfe6933049023839ee..baf3c17b9879493d419f88227c94112864c2fd73 100644 (file)
@@ -107,6 +107,10 @@ if ! shopt -oq posix; then
                && source /opt/local/etc/bash_completion
 fi
 
                && 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" ] \
 # Shell prompt
 PS1="${COLOR_PREPOSTTXT}${PS1_BEGIN:-<}"
 [ "$LOGNAME" = "root" ] \