From d94d9177d3f0341b9028bc07cf215342fbc325c6 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 22 Aug 2026 00:47:34 +0200 Subject: [PATCH] chore: Remove orphaned z submodule reference from .gitmodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3rd-party/z (rupa/z) was declared but the directory doesn't exist on disk, isn't in the git index, and nothing sources it — zoxide replaced it as the cd-frecency tool (see rc.d/zoxide). complete-alias and fzf-git.sh are left as-is; they still need to be initialized via the chezmoi-managed external config that clones this repo (separate task). --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 412e75a..5e46db8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "3rd-party/z"] - path = 3rd-party/z - url = https://github.com/rupa/z.git [submodule "3rd-party/complete-alias"] path = 3rd-party/complete-alias url = https://github.com/cykerway/complete-alias.git