commit 86ab482c423c9ecd6b55b6de9cbfca890c39b6fc parent e119e520f2256d0036cc2312ef6ada2ddc293d4e Author: gearsix <gearsix@tuta.io> Date: Sun, 22 Jan 2023 11:43:06 +0000 changed appdir to ~/Library for Darwin Diffstat:
M | xpm.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/xpm.sh b/xpm.sh @@ -1,7 +1,9 @@ #!/usr/bin/env sh pm="" + HOOKS_DIR=~/.config/xpm/hooks +if [ "$(uname)" = "Darwin" ]; then HOOKS_DIR=~/Library/Application Support/xpm/hooks; fi # misc usage() {