From 2c4dd18610f61cb9c131fef82e80c2b8ab3ece82 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 6 Sep 2024 10:17:01 -0500 Subject: update .profile --- common/profile.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common') 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 -- cgit v1.2.3