diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
