Fix sh loader

This commit is contained in:
2022-01-26 19:47:11 -06:00
parent b1b903e507
commit bdcd43ef29
3 changed files with 10 additions and 9 deletions

View File

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