fix(pyenv): Init pyenv
This commit is contained in:
parent
b836c9af21
commit
a42876f5ca
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/nu
|
||||||
# bun completions
|
# bun completions
|
||||||
[ -s "/home/ziro/.bun/_bun" ] && source "/home/ziro/.bun/_bun"
|
[ -s "/home/ziro/.bun/_bun" ] && source "/home/ziro/.bun/_bun"
|
||||||
|
|
||||||
|
pyenv --version >/dev/null 2>/dev/null && {
|
||||||
|
eval "$(pyenv init -)";
|
||||||
|
eval "$(pyenv virtualenv-init -)";
|
||||||
|
}
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
test -e "${ZDOTDIR}/.iterm2_shell_integration.zsh" && source "${ZDOTDIR}/.iterm2_shell_integration.zsh"
|
test -e "${ZDOTDIR}/.iterm2_shell_integration.zsh" && source "${ZDOTDIR}/.iterm2_shell_integration.zsh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue