fix aliases not sourced

This commit is contained in:
Daniel Bauer
2019-03-23 16:27:35 +01:00
parent 7bf15c5729
commit 93b9642425

View File

@@ -17,7 +17,7 @@ if [ -f "$HOME/.environment.local" ]; then
source $HOME/.environment.local
fi
source ".aliases"
source $HOME/.aliases
if [ -z "$GMXRC" ]; then
GMXRC="/opt/gromacs-2018/bin/GMXRC"