fix(zsh): include poetry in path
This commit is contained in:
parent
54fdc3512c
commit
bd7470d35e
@ -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 ##
|
||||
|
Loading…
Reference in New Issue
Block a user