mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
only source gmx if available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user