From c906a7226b62a207a4242b27d751fe34f9127f63 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 1 Apr 2025 16:06:58 +0100 Subject: [PATCH] Add an abbreviation for `git tag` --- modules/home-manager/cli/zsh/abbreviations.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/cli/zsh/abbreviations.nix b/modules/home-manager/cli/zsh/abbreviations.nix index 6461ffda..985fc5c9 100644 --- a/modules/home-manager/cli/zsh/abbreviations.nix +++ b/modules/home-manager/cli/zsh/abbreviations.nix @@ -52,6 +52,7 @@ gsh = "git show"; gst = "git stash"; gstp = "git stash pop"; + gt = "git tag"; # tmux ta = "tmux attach";