From f9c080ef5ee187a5ea8bb9ff4444c0c690495822 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 17 Feb 2025 16:48:40 -0600 Subject: [PATCH] fish: add gco abbr Signed-off-by: Myned --- options/custom/programs/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/programs/fish.nix b/options/custom/programs/fish.nix index 6588f36..483cb41 100644 --- a/options/custom/programs/fish.nix +++ b/options/custom/programs/fish.nix @@ -112,6 +112,7 @@ in { gbib = "git bisect bad"; gbig = "git bisect good"; gc = "git clone"; + gco = "git commit"; gd = "git diff"; gf = "git fetch"; gi = "git init";