Files
dotfiles/.zshrc_local_t460s
Daniel Bauer a807f5eb1e update
2018-09-14 11:56:02 +02:00

24 lines
531 B
Plaintext

source /opt/gromacs-2018.30/bin/GMXRC
# wham
export PATH="/opt/wham/wham:/opt/wham/wham-2d:${PATH}" # binaries
#anaconda
export PATH="/home/bauer/anaconda3/bin:$PATH"
# python
#PYTHONPATH="$PYTHONPATH:/opt/modeller/modlib:/opt/modeller/lib/x86_64-intel8/python3.3"
#export PYTHONPATH
#export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/modeller/lib/x86_64-intel8"
alias mountscratch="sshfs bauer@bioinfo4:/scratch ~/scratch"
function cd {
builtin cd "$@"
if [ -d "venv" ] ; then
source venv/bin/activate
fi
}