mab / dotfiles

Manage my dotfiles with chezmoi
MIT License
2 stars 0 forks source link

Update dependency ajeetdsouza/zoxide to v0.9.6 #270

Open renovate[bot] opened 7 hours ago

renovate[bot] commented 7 hours ago

This PR contains the following updates:

Package Update Change
ajeetdsouza/zoxide patch v0.9.4 -> v0.9.6

Release Notes

ajeetdsouza/zoxide (ajeetdsouza/zoxide) ### [`v0.9.6`](https://redirect.github.com/ajeetdsouza/zoxide/releases/tag/v0.9.6): 0.9.6 [Compare Source](https://redirect.github.com/ajeetdsouza/zoxide/compare/v0.9.5...v0.9.6) ##### Fixed - Fish: `builtin abbr` doesn't work on older versions. - Zsh: make `__zoxide_z_complete` available with `--no-cmd`. ### [`v0.9.5`](https://redirect.github.com/ajeetdsouza/zoxide/releases/tag/v0.9.5): 0.9.5 [Compare Source](https://redirect.github.com/ajeetdsouza/zoxide/compare/v0.9.4...v0.9.5) ##### Added - zsh: improved `cd` completions. - Lazily delete excluded directories from the database. - fish: detect infinite loop when using `alias cd=z`. - Installer: added flags for `--bin-dir`, `--man-dir`, `--arch`, and `--sudo`. - Nushell: support for v0.94.0+. - bash/fish/zsh: support for `z -- dir` style queries. - fish: improved Space-Tab completions. - ksh: added support for the Korn shell. ##### Changed - fzf: removed `--select-1` from default options. The interactive selector will now open up even if there is only one match. - Enforce that `$_ZO_DATA_DIR` is an absolute path. ##### Fixed - zsh: Space-Tab completion repeating output multiple times when matching single directory - fish / Nushell / PowerShell: handle queries that look like args (e.g. `z -x`). - elvish: `z -` now works as expected. - fish: generated shell code avoids using aliased builtins. - fish: `cd` command is now copied directly from `$__fish_data_dir/functions/cd.fish`. This should minimize the chances of an infinite loop when aliasing `cd=z`. - Symlinks not getting added to the database when `$_ZO_RESOLVE_SYMLINKS=0`. - Symlinked database files getting replaced instead of the actual files.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.