fix(zsh): include poetry in path

This commit is contained in:
Price Hiller 2022-09-16 17:28:40 -05:00
parent 54fdc3512c
commit bd7470d35e

View File

@ -17,6 +17,7 @@ export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
### Python ###
export PYENV_ROOT="${HOME}/.local/share/pyenv"
export PATH="${PATH}:${PYENV_ROOT}/bin"
export PATH="${PATH}:${HOME}/.local/share/poetry/bin"
eval "$(pyenv init -)"
### MAC ##