mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(tools): migrate to mise (formally known as rtx)
This commit is contained in:
6
zshenv
6
zshenv
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user