You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use mise since it's been rtx, and I didn't reinstall ruby after the migration, just linked old rubies into mise. A lot of tools were expecting rtx, so, as far as I remember, I added alias rtx='mise' into my '.bashrc'. A few days ago I updated mise - it was a long time since I updated anything from linuxbrew - and I noticed that bundle commands are often stuck in the end. I found it's because of this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use mise since it's been rtx, and I didn't reinstall ruby after the migration, just linked old rubies into mise. A lot of tools were expecting rtx, so, as far as I remember, I added
alias rtx='mise'
into my '.bashrc'. A few days ago I updated mise - it was a long time since I updated anything from linuxbrew - and I noticed that bundle commands are often stuck in the end. I found it's because of thisand that the alias is gone and that
rtx
linkis created. And any command, like
rtx --version
, is stuck.I replaced it with
It works now. But I'm wondering, did mise removed the alias?
Beta Was this translation helpful? Give feedback.
All reactions