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";