Merge pull request #159 from Cellane/fix-gcb-alias

Fix `gcb` alias in Fish
This commit is contained in:
Chris Apple 2021-07-19 10:39:52 -07:00 committed by GitHub
commit 339d364305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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