mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 05:55:29 +00:00
fix aliases not sourced
This commit is contained in:
@@ -17,7 +17,7 @@ if [ -f "$HOME/.environment.local" ]; then
|
|||||||
source $HOME/.environment.local
|
source $HOME/.environment.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ".aliases"
|
source $HOME/.aliases
|
||||||
|
|
||||||
if [ -z "$GMXRC" ]; then
|
if [ -z "$GMXRC" ]; then
|
||||||
GMXRC="/opt/gromacs-2018/bin/GMXRC"
|
GMXRC="/opt/gromacs-2018/bin/GMXRC"
|
||||||
|
|||||||
Reference in New Issue
Block a user