point to aliases correctly
This commit is contained in:
parent
944dda758e
commit
da21457f0e
@ -59,6 +59,9 @@ if [ "$system_type" = "Darwin" ]; then
|
||||
[ ! -v "$IN_VS_CODE_TERMINAL" ] && alias iterm="open -a iTerm"
|
||||
fi
|
||||
|
||||
if [ -e ./aliases.local ]; then
|
||||
source ./aliases.local
|
||||
if [ -e "${0:a:h}"/aliases.local ]; then
|
||||
source "${0:a:h}"/aliases.local
|
||||
else
|
||||
echo "$(pwd): Couldn't find aliases.local!"
|
||||
echo "Maybe: ${0:a:h}/aliases.local"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user