Fix broken paths in aliases.sh

This commit is contained in:
2023-02-27 04:55:16 +00:00
parent 344dd16cc4
commit 140c04ba42

View File

@ -1,5 +1,5 @@
ALIASES=${TOOLKIT}/sh/custom_scripts/aliases.sh
VARS=${TOOLKIT}/sh/custom_scripts/vars.sh
ALIASES=${TOOLKIT}/sh/custom-scripts/aliases.sh
VARS=${TOOLKIT}/sh/custom-scripts/vars.sh
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'