-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatible with nushell #153
Comments
maybe rename |
Wouldn't Even better would be to just not hyper-abbreviate commands and leave that to user aliases instead so as to avoid current and future name conflicts. Subcommands would be a good idea since we could then provide just one bin (less surface area means less chance for conflict). Hell, with subcommands we can keep the hyper-abbreviated commands e.g. |
Maybe an option to "blacklist" certain aliases in the config which could then get forwarded to the next best thing in |
Describe the bug
with nushell,
nu
is already starting the nushell. i am not sure how this can be fixed. i tried the same powershell command just replaced it with nu, but this did not help.Reproduction
install https://www.nushell.sh and type
nu
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: