1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] Add EASYBUILDBUILDPATH

This commit is contained in:
Hyacinthe Cartiaux 2013-12-17 11:42:04 +01:00
parent a0836ab742
commit 00c477cb1e

View file

@ -170,6 +170,9 @@ CPLUS_INCLUDE_PATH=${C_INCLUDE_PATH}
LIBRARY_PATH=/usr/lib:/usr/local/lib
DYLD_FALLBACK_LIBRARY_PATH=${LIBRARY_PATH}
# Easybuild BUILD PATH
EASYBUILDBUILDPATH=/tmp/
# RVM specific (see http://beginrescueend.com/)
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function