wip
This commit is contained in:
parent
2dde1424b3
commit
6e3b02709f
2
.config/yadm/config
Normal file
2
.config/yadm/config
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[core]
|
||||||
|
filemode = true
|
@ -61,8 +61,9 @@ if [ "$system_type" = "Darwin" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e "${0:a:h}"/aliases.local ]; then
|
if [ -e "${0:a:h}"/aliases.local ]; then
|
||||||
|
# omg shut up shellcheck
|
||||||
|
# shellcheck source=/dev/null
|
||||||
source "${0:a:h}"/aliases.local
|
source "${0:a:h}"/aliases.local
|
||||||
else
|
else
|
||||||
echo "$(pwd): Couldn't find aliases.local!"
|
echo "Couldn't find ${0:a:h}/aliases.local!"
|
||||||
echo "Maybe: ${0:a:h}/aliases.local"
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user