From da234f6947ac6c499a3f263d2f2c9aa65dd2f2dc Mon Sep 17 00:00:00 2001 From: Milan Vit Date: Mon, 19 Jul 2021 13:27:52 +0900 Subject: [PATCH] Fix `gcb` alias in Fish --- 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 3796110..a817958 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -499,7 +499,7 @@ if test -z "$FORGIT_NO_ALIASES" end if test -n "$forgit_checkout_branch" - alias $forgit_branch 'forgit::checkout::branch' + alias $forgit_checkout_branch 'forgit::checkout::branch' else alias gcb 'forgit::checkout::branch' end