mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
only source gmx if available
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||||
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|
||||||
|
|
||||||
if [ -z "$GMXRC" ]; then
|
if [ z "$GMXRC" ]; then
|
||||||
GMXRC="/opt/gromacs-2018/bin/GMXRC.bash"
|
source $GMXRC
|
||||||
fi
|
fi
|
||||||
source $GMXRC
|
|
||||||
|
|
||||||
# source $HOME/bin/antigen.zsh
|
# source $HOME/bin/antigen.zsh
|
||||||
# antigen init $HOME/.antigenrc
|
# antigen init $HOME/.antigenrc
|
||||||
|
|||||||
Reference in New Issue
Block a user