- Updated fastwalk dependency for built-in directory walker
- Reverted ALT-C binding of fish to use
cd
instead ofbuiltin cd
builtin cd
was introduced to work around a bug ofcd
coming fromzoxide init --cmd cd fish
where it cannot handle--
argument.- However, the default
cd
of fish is actually a wrapper function for supportingcd -
, so we want to use it instead. - See #3928 for more information and consider helping zoxide fix the bug.