Remove unused environment variable

main
Buddy Sandidge 11 years ago
parent 14ffeef680
commit ac18e9576c

@ -63,10 +63,6 @@ elif [[ `uname` == 'Linux' ]]; then
export BS_OS='linux' export BS_OS='linux'
fi fi
if [[ `hostname` == 'LTMBPBSANDIDGE.local' ]]; then
export BS_ENV='work'
fi
export EDITOR='vim' export EDITOR='vim'
# python virtualenvwrapper # python virtualenvwrapper

Loading…
Cancel
Save