rtx is now mise

This commit is contained in:
Andrew Tomaka 2024-02-15 16:36:40 -05:00
parent 9322a4af83
commit 5bab31467c
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
3 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,8 @@
.envrc
.rtx.toml*
.rtx.toml
.mise.toml*
.mise.toml
aet-*/**
aet-*

View File

@ -22,7 +22,7 @@ qmk/qmk/qmk
rar
readline
ripgrep
rtx
mise
ruby-build
shared-mime-info
stow

View File

@ -24,8 +24,8 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
setopt auto_cd
if which rtx > /dev/null; then
eval "$(rtx activate zsh)"
if which mise > /dev/null; then
eval "$(mise activate zsh)"
fi
if [ -f $HOME/.orbstack/shell/init.zsh ]; then