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
3 changed files with 6 additions and 0 deletions
Showing only changes of commit 4e255f4502 - Show all commits
+2
View File
@@ -1,3 +1,5 @@
# Sourced from icezyclon/zoxide.fish (MIT)
set -l commands add help import init query remove
# disable normal all-files completion
+2
View File
@@ -1,3 +1,5 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# Adapted from icezyclon/zoxide.fish (MIT)
# Heavily customized for Fish 4.x compatibility and performance
+2
View File
@@ -1,3 +1,5 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# Adapted from icezyclon/zoxide.fish (MIT)
# Heavily customized for Fish 4.x compatibility and performance