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 .envrc
.rtx.toml* .rtx.toml*
.rtx.toml .rtx.toml
.mise.toml*
.mise.toml
aet-*/** aet-*/**
aet-* aet-*

View File

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

View File

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