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
If i try to put all but the ! in the alias and then use ! nvm which is an alias for [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm it also doesn't like that I think as its being expanded in bash and skipping the xontrib loading.
Seems like I should be able to create an alias that calls it through the sh thing like doing it manually would, but I probably missed that option.
Any tips would be super appreciated. This plugin is what really ensured I didn't give up on xonsh. The convenience of being able to prefix is amazing. I'm just curious if there is a way to make an alias or callable that mimics me entering the ! at the beginning before its executed.
The text was updated successfully, but these errors were encountered:
For example the only way I can use nvm in xonsh is with
Doing this in terminal works fine
If i setup an alias to make it easier to do that it fails
I get an error like this
If i try to put all but the ! in the alias and then use ! nvm which is an alias for
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && nvm
it also doesn't like that I think as its being expanded in bash and skipping the xontrib loading.Seems like I should be able to create an alias that calls it through the sh thing like doing it manually would, but I probably missed that option.
Any tips would be super appreciated. This plugin is what really ensured I didn't give up on xonsh. The convenience of being able to prefix is amazing. I'm just curious if there is a way to make an alias or callable that mimics me entering the ! at the beginning before its executed.
The text was updated successfully, but these errors were encountered: