aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rwxr-xr-xbash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 4b85bd1..a5d7357 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -158,6 +158,10 @@ if exists less; then
158 export PAGER="less" 158 export PAGER="less"
159fi 159fi
160 160
161if exists virtualenv; then
162 export VIRTUALENV_ALWAYS_COPY=1
163fi
164
161# Set the virtualenv parameters 165# Set the virtualenv parameters
162if exists virtualenvwrapper.sh; then 166if exists virtualenvwrapper.sh; then
163 export WORKON_HOME=$HOME/.virtualenvs 167 export WORKON_HOME=$HOME/.virtualenvs