From 93b9642425ec782d950489f30e1ae8f54b60966b Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 23 Mar 2019 16:27:35 +0100 Subject: [PATCH] fix aliases not sourced --- profiles/base/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/.zshrc b/profiles/base/.zshrc index 6aa5fbd..0cedc0f 100644 --- a/profiles/base/.zshrc +++ b/profiles/base/.zshrc @@ -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"