Skip to content

Commit ee3144f

Browse files
committed
zshrc updated to include mise-en-place
1 parent 8643321 commit ee3144f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

executable_dot_zshrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ PROMPT="$PROMPT\$(vi_mode_prompt_info)"
9494
export PATH="$HOME/.rd/bin:$PATH"
9595
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
9696

97-
# setup pyenv
98-
export PYENV_ROOT="$HOME/.pyenv"
99-
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
100-
eval "$(pyenv init -)"
101-
export PYENV_ROOT="$HOME/.pyenv"
97+
# setup mise en place
98+
eval "$(mise activate zsh)"
99+

0 commit comments

Comments
 (0)