-
Notifications
You must be signed in to change notification settings - Fork 0
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
support nushell #2
Comments
Nushell doesn't support eval, so we'd need to write to a temporary file and then source that each time |
The problem you ran into here is the # ~/.config/nushell/env.nu
kaldo -s nu | save ~/.config/aliases.nu
# ~/.config/nushell/config.nu
source ~/.config/aliases.nu It would be pretty easy to optimize this by only running |
No description provided.
The text was updated successfully, but these errors were encountered: