Add alias gct for forgit::checkout::tag in fish (#278)

Noticed there was another alias missing for fish. This is the last one :)
This commit is contained in:
sandr01d 2023-01-13 23:59:52 +01:00 committed by GitHub
parent 98637db1b0
commit be8c306c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,4 +221,10 @@ if test -z "$FORGIT_NO_ALIASES"
alias gbl 'forgit::blame'
end
if test -n "$forgit_checkout_tag"
alias $forgit_checkout_tag 'forgit::checkout::tag'
else
alias gct 'forgit::checkout::tag'
end
end