aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/profile.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/profile.org b/common/profile.org
index 197be49..7055354 100644
--- a/common/profile.org
+++ b/common/profile.org
@@ -21,3 +21,10 @@ Set =GPG_TTY= on Mac OS.
export GPG_TTY=$(tty)
fi
#+end_src
+
+Fix =pipx= path on Mac OS.
+#+begin_src sh :tangle ~/.profile
+ if [ "$(uname)" = 'Darwin' ]; then
+ PIPX_HOME="$HOME/.local/pipx"
+ fi
+#+end_src