From 7b911a1990929a4745f32044bb6387a5f3533f05 Mon Sep 17 00:00:00 2001 From: abs3nt <abs3nt@asdf.cafe> Date: Wed, 5 Mar 2025 10:51:53 -0800 Subject: [PATCH] here too --- completions/repo.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/repo.fish b/completions/repo.fish index 8473aac..5b7b909 100644 --- a/completions/repo.fish +++ b/completions/repo.fish @@ -29,7 +29,7 @@ function __repo_using_command end function __repo_list_repos - find "$REPO_BASE_DIR" -type d -name ".git" | path dirname | sort | path basename + find "$REPO_BASE_DIR" -type d -name ".git" -printf "%h\n" 2>/dev/null | sed 's|.*/||; s/\./_/g' end # Main command completions