xpm

x package manager, a uniform interface to various POSIX package managers
git clone git://src.gearsix.net/xpm
Log | Files | Refs | Atom | README

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:
Mxpm.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() {