Explorar el Código

change short log to have graphing by default

cinaeco hace 13 años
padre
commit
17104485d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zsh/zshrc

+ 1 - 1
zsh/zshrc

@@ -79,7 +79,7 @@ alias ga.='git add .'
 alias gs='git status'
 alias gd='git diff'
 alias gds='git diff --staged'
-alias gl='git log --pretty=oneline'
+alias gl='git log --pretty=oneline --graph'
 alias glg='git log --graph'
 alias glp='git log -p'
 alias gls='git log --stat'