diff --git a/conf.d/forgit.plugin.fish b/conf.d/forgit.plugin.fish index 740d16b..fe97321 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -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