diff --git a/.config/zsh/zshrc.d/30-alias.zsh b/.config/zsh/zshrc.d/30-alias.zsh index b4e1d7b..8374cac 100644 --- a/.config/zsh/zshrc.d/30-alias.zsh +++ b/.config/zsh/zshrc.d/30-alias.zsh @@ -69,8 +69,9 @@ fi alias gf='git fetch' alias gha='git add -p' alias gl='glog' + alias gla='glog --branches --remotes' alias gll='glog --graph' - alias gl{ll,ogg}='glog --graph --branches --remotes' + alias {glll,glla,glogg}='glog --graph --branches --remotes' alias gp='git push' alias gpull='git pull' alias gpush='git push'