ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.29k stars 518 forks source link

Updated Nushell script for 0.94.0 #830

Closed dedebenui closed 1 month ago

dedebenui commented 1 month ago

Nushell 0.94.0 broke zoxide because of this PR that changed the behavior of path type to error out when the path doesn't exist.

I wrapped the path type call in a try block and z works again now. It should still work for older Nushell versions as well.

ajeetdsouza commented 1 month ago

Thanks!

fnuttens commented 1 month ago

Hey there. Is a new release planned for this?