From 5611602e544abe6d8ad35f459a814f20172aec9c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 24 Aug 2023 11:43:05 +0200 Subject: Added git tag abbreviation --- config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config/fish/config.fish b/config/fish/config.fish index 1953bb9..1aea8c3 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -148,6 +148,7 @@ if status is-interactive abbr grv 'git remote -v' abbr gra 'git remote add' abbr gb 'git branch' + abbr gt 'git tag' function gpa set -f branch "$argv[-1]" # if branch not specified, get current branch -- cgit