mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 05:55:29 +00:00
update
This commit is contained in:
23
.zshrc_local_t460s
Normal file
23
.zshrc_local_t460s
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user