diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-06 10:17:01 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-06 10:17:01 -0500 |
commit | 2c4dd18610f61cb9c131fef82e80c2b8ab3ece82 (patch) | |
tree | c4f9719cac92aadc8adf428a65de4031dec61a83 /common | |
parent | 28661066ce3dc83b1d7a3c7ce5a82e15e3591349 (diff) |
update .profile
Diffstat (limited to 'common')
-rw-r--r-- | common/profile.org | 7 |
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 |