From fc9ccd7a962a73002b98e42c43b0ed33d136c65e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 22 Aug 2016 07:59:11 -0700 Subject: [PATCH] alias t to "git tag" --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 9d15e27..d326207 100755 --- a/zshrc +++ b/zshrc @@ -242,6 +242,7 @@ if command_exists git; then alias st='git stash' alias stl='git stash list' alias stp='git stash pop' + alias t='git tag' function gl() { git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'