From 04064d6b964e9bad0b90259f7537bb8570cb214f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 29 Aug 2023 17:33:30 +0200 Subject: Added gc!! fish abbreviation --- config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config/fish/config.fish b/config/fish/config.fish index ee26a6c..9825f58 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -130,6 +130,7 @@ if status is-interactive abbr gau 'git add --update' abbr gc 'git commit' abbr gc! 'git commit --amend' + abbr gc!! 'git commit --amend --no-edit' abbr gcmsg 'git commit --message' abbr gd 'git diff' abbr gds 'git diff --staged' -- cgit