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 6d91f49521 - Show all commits
+6
View File
@@ -0,0 +1,6 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
function cdi --wraps zi --description 'Interactively jump to a directory using zoxide (alias for zi)'
zi $argv
end