diff --git a/profiles/base/.antigenrc b/profiles/base/.antigenrc index c9dc794..18e7b36 100644 --- a/profiles/base/.antigenrc +++ b/profiles/base/.antigenrc @@ -1,5 +1,4 @@ -source $HOME/bin/antigen.zsh -antigen use oh-my-zsh +antigen use oh-my-zsh --debug # bundles antigen bundle git diff --git a/profiles/base/.zshrc b/profiles/base/.zshrc index 1732b72..6527884 100644 --- a/profiles/base/.zshrc +++ b/profiles/base/.zshrc @@ -1,7 +1,13 @@ -# export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim -# # [[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh +export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim +[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh -source $HOME/.antigenrc +if [ -z "$GMXRC" ]; then + GMXRC="/opt/gromacs-2018/bin/GMXRC.bash" +fi +source $GMXRC + +# source $HOME/bin/antigen.zsh +# antigen init $HOME/.antigenrc # source other dotfiles source $HOME/.environment @@ -21,8 +27,3 @@ eval "$(fasd --init auto)" # marker [[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh" -# gromacs -if [ -z "$GMXRC" ]; then - GMXRC="/opt/gromacs-2018/bin/GMXRC" -fi -source $GMXRC \ No newline at end of file