Skip to content

Commit

Permalink
misc(zsh): clear rye home when changing platform
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Apr 21, 2024
1 parent d0278c2 commit 89f2159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/config.d/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function change_platform () {
deactivate
fi

clean_platform_specific_env $HOMEBREW_ROOT $PYENV_ROOT $NODENV_ROOT
clean_platform_specific_env $HOMEBREW_ROOT $PYENV_ROOT $NODENV_ROOT $RYE_HOME

case "${next_platform}" in
arm64*)
Expand Down

0 comments on commit 89f2159

Please sign in to comment.