mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Export BROWSER as well.
This commit is contained in:
@@ -29,6 +29,15 @@ if [ -z "${TERMINAL}" ] ; then
|
||||
done
|
||||
fi
|
||||
|
||||
# Browser preferences
|
||||
if [ -z "${BROWSER}" ] ; then
|
||||
for t in google-chrome-beta google-chrome firefox ; do
|
||||
if BROWSER=$(command -v ${t}); then
|
||||
export BROWSER
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
# For virtualenvwrapper
|
||||
export WORKON_HOME=$HOME/.virtualenvs
|
||||
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages'
|
||||
|
||||
Reference in New Issue
Block a user