feat(tools): migrate to mise (formally known as rtx)

This commit is contained in:
2024-01-06 18:59:12 +00:00
parent f4ce515973
commit bf92527b6a
7 changed files with 32 additions and 26 deletions

6
zshenv
View File

@@ -230,9 +230,9 @@ if command-exists sccache; then
export RUSTC_WRAPPER=sccache
fi
# rtx setup
path_prepend "$HOME/.local/share/rtx/bin"
path_prepend "$HOME/.local/share/rtx/shims"
# mise setup
path_prepend "$HOME/.local/share/mise/bin"
path_prepend "$HOME/.local/share/mise/shims"
# orbstack setup
source-if-exists "$HOME/.orbstack/shell/init.zsh"