diff --git a/.config/yadm/config b/.config/yadm/config new file mode 100644 index 0000000..dc0cd96 --- /dev/null +++ b/.config/yadm/config @@ -0,0 +1,2 @@ +[core] + filemode = true diff --git a/.config/zsh/aliases b/.config/zsh/aliases index f60afc9..95c08f3 100644 --- a/.config/zsh/aliases +++ b/.config/zsh/aliases @@ -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