]> arthur.barton.de Git - ConfigScripts.git/commitdiff
bashrc: source /usr/local/bin/virtualenvwrapper.sh
authorAlexander Barton <alex@barton.de>
Thu, 27 Nov 2014 16:28:13 +0000 (17:28 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 27 Nov 2014 16:28:13 +0000 (17:28 +0100)
sys/bashrc

index cdc02ce85adf64e52e5715cfe6933049023839ee..baf3c17b9879493d419f88227c94112864c2fd73 100644 (file)
@@ -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" ] \