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)'