From 224710073d277a67a0549a10dd154659b22f5fb4 Mon Sep 17 00:00:00 2001 From: arpangreat Date: Sun, 20 Apr 2025 01:55:51 +0530 Subject: [PATCH] feat(fix): In fish shell git ignore and git attributes are maped in same abbreviation Signed-off-by: arpangreat --- conf.d/forgit.plugin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/forgit.plugin.fish b/conf.d/forgit.plugin.fish index c2b36a2..e30ae81 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -39,7 +39,7 @@ if test -z "$FORGIT_NO_ALIASES" abbr -a -- (string collect $forgit_diff; or string collect "gd") git-forgit diff abbr -a -- (string collect $forgit_show; or string collect "gso") git-forgit show abbr -a -- (string collect $forgit_ignore; or string collect "gi") git-forgit ignore - abbr -a -- (string collect $forgit_attributes; or string collect "gi") git-forgit attributes + abbr -a -- (string collect $forgit_attributes; or string collect "gai") git-forgit attributes abbr -a -- (string collect $forgit_checkout_file; or string collect "gcf") git-forgit checkout_file abbr -a -- (string collect $forgit_checkout_branch; or string collect "gcb") git-forgit checkout_branch abbr -a -- (string collect $forgit_branch_delete; or string collect "gbd") git-forgit branch_delete