mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +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
|
||||
fi
|
||||
|
||||
source ".aliases"
|
||||
source $HOME/.aliases
|
||||
|
||||
if [ -z "$GMXRC" ]; then
|
||||
GMXRC="/opt/gromacs-2018/bin/GMXRC"
|
||||
|
||||
Reference in New Issue
Block a user