Added
- Manpages for all subcommands.
- Default prompt for Nushell.
Changed
zoxide remove -i
now accepts multiple selections.zoxide add
no longer accepts zero parameters.$_ZO_EXCLUDE_DIRS
now defaults to"$HOME"
.- Binary releases now use
.zip
on Windows,.tar.gz
otherwise.
Fixed
cd -
on fish shells.__zoxide_hook
no longer changes value of$?
within$PROMPT_COMMAND
on bash.
Removed
- GitHub install script.
- Release binaries built with
glibc
, usemusl
instead.