From 6e3b02709f28d65a40a4ebb1a2394f2afabff2d3 Mon Sep 17 00:00:00 2001 From: Joe Lillibridge Date: Thu, 31 Oct 2024 12:04:41 -0500 Subject: [PATCH] wip --- .config/yadm/config | 2 ++ .config/zsh/aliases | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .config/yadm/config 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