This commit is contained in:
Joe Lillibridge 2024-10-31 12:04:41 -05:00
parent 2dde1424b3
commit 6e3b02709f
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

2
.config/yadm/config Normal file
View File

@ -0,0 +1,2 @@
[core]
filemode = true

View File

@ -61,8 +61,9 @@ if [ "$system_type" = "Darwin" ]; then
fi
if [ -e "${0:a:h}"/aliases.local ]; then
# omg shut up shellcheck
# shellcheck source=/dev/null
source "${0:a:h}"/aliases.local
else
echo "$(pwd): Couldn't find aliases.local!"
echo "Maybe: ${0:a:h}/aliases.local"
echo "Couldn't find ${0:a:h}/aliases.local!"
fi