mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Merge pull request #159 from Cellane/fix-gcb-alias
Fix `gcb` alias in Fish
This commit is contained in:
commit
339d364305
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue