feat(completions): unify cd/z completions across CWD, CDPATH, and zoxide #13

Merged
rootiest merged 5 commits from cd-completions into main 2026-05-12 03:58:42 +00:00
Showing only changes of commit 520217d4a9 - Show all commits
-2
View File
@@ -53,8 +53,6 @@ if status is-interactive
# use custom completion
complete -c z -f # disable files by default
complete -c z -x -a '(_zoxide_z_complete)'
else
echo "[plugin: zoxide] Command 'zoxide' cannot be found. Not installed or not in path"
end
end