diff --git a/functions/cdi.fish b/functions/cdi.fish new file mode 100644 index 0000000..f5c563d --- /dev/null +++ b/functions/cdi.fish @@ -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