diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index 73bc5573..83c80997 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -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 ##