diff --git a/.profile b/.profile new file mode 100644 index 0000000..dd30405 --- /dev/null +++ b/.profile @@ -0,0 +1,4 @@ +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init --path)" + diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..dd30405 --- /dev/null +++ b/.zprofile @@ -0,0 +1,4 @@ +export PYENV_ROOT="$HOME/.pyenv" +export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init --path)" + diff --git a/.zshrc b/.zshrc index 490cb41..b447171 100644 --- a/.zshrc +++ b/.zshrc @@ -84,7 +84,7 @@ zstyle ':omz:update' frequency 13 # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git aliases archlinux branch github zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-interactive-cd zsh-navigation-tools) +plugins=(git aliases archlinux branch github zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-interactive-cd zsh-navigation-tools pyenv) source $ZSH/oh-my-zsh.sh