Add pyenv shell support

This commit is contained in:
ItsDrike 2022-05-29 01:15:19 +02:00
parent 62221a0b2e
commit edd68a210f
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -68,4 +68,6 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
eval "$(lua /usr/local/src/z.lua/z.lua --init zsh enhanced)"
if command -v pyenv >/dev/null 2>&1; then
eval "$(pyenv init -)"
fi