-
Notifications
You must be signed in to change notification settings - Fork 548
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
Update nushell.txt to fit nushell #632
Conversation
Change the `def-env` to `def --env` to fit the nushell v8.8, because the `def-env` is deprecated and be removed in v8.8
README.md
Outdated
<b>Warp is a modern, Rust-based terminal with AI built in so you | ||
and your team can build great software, faster.</b> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to the PR, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, modify this just because some error in CI
Thanks! |
is there a chance there can be a new release of zoxide for this before mid december ? |
Can be done! :) Sorry this took so long to merge, I've been super caught up with work of late. |
Hey no worries at all ! |
@ajeetdsouza small bump, the breaking release of nu is about 2 weeks away. |
@ajeetdsouza just a friendly ping in case you have a bit of time this weekend. |
@ajeetdsouza another friendly ping. The release containing the breaking change in nushell has just been made. |
As a workaround for people ending up here: When you get an error about
|
This commit should be reverted once ajeetdsouza/zoxide#632 is released.
Change the
def-env
todef --env
to fit the nushell v8.8, because thedef-env
is deprecated and be removed in v8.8Fixes #630