diff --git a/.config/zsh/zshrc.d/30-alias.zsh b/.config/zsh/zshrc.d/30-alias.zsh index 8374cac..8dc85b0 100644 --- a/.config/zsh/zshrc.d/30-alias.zsh +++ b/.config/zsh/zshrc.d/30-alias.zsh @@ -70,8 +70,8 @@ fi alias gha='git add -p' alias gl='glog' alias gla='glog --branches --remotes' - alias gll='glog --graph' - alias {glll,glla,glogg}='glog --graph --branches --remotes' + alias {gll,glg}='glog --graph' + alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes' alias gp='git push' alias gpull='git pull' alias gpush='git push'