diff --git a/home/.bashrc b/home/.bashrc index 6490f3a9..64aa8e11 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -10,7 +10,7 @@ export CLICOLOR=1 export GEM_HOME="$(/usr/bin/ruby -e 'print Gem.user_dir')" export GPG_TTY="$(tty)" -PATH="~/.local/bin:/usr/local/sbin:$PATH" +PATH="~/.local/bin:/usr/local/opt/python/libexec/bin:/usr/local/sbin:$PATH" PATH+=":$GEM_HOME/bin" PATH+=":$(/usr/local/bin/python -c 'import site; print(site.getuserbase())')/bin" PATH+=":$(/usr/local/bin/python3 -c 'import site; print(site.getuserbase())')/bin" diff --git a/home/.zshrc b/home/.zshrc index 996f0a5f..bc0bfa51 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -11,6 +11,7 @@ export GPG_TTY="$(tty)" typeset -U path path=( "$HOME/.local/bin" + "/usr/local/opt/python/libexec/bin" "/usr/local/sbin" $path "$GEM_HOME/bin"