summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 5003c37..abb89dc 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -111,6 +111,7 @@ alias ga='git add'
alias gc='git commit'
alias gco='git checkout'
alias gd='git diff'
+alias glog='git log --oneline --decorate --graph --all'
alias gl='git pull'
alias gp='git push'
alias gr='git remote'