update .profile
This commit is contained in:
parent
28661066ce
commit
2c4dd18610
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue