only source gmx if available

This commit is contained in:
Daniel Bauer
2019-04-14 07:48:03 -04:00
parent c6a309eef4
commit 881b7e2d79

View File

@@ -1,10 +1,9 @@
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
if [ -z "$GMXRC" ]; then
GMXRC="/opt/gromacs-2018/bin/GMXRC.bash"
if [ z "$GMXRC" ]; then
source $GMXRC
fi
source $GMXRC
# source $HOME/bin/antigen.zsh
# antigen init $HOME/.antigenrc