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

@ -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