瀏覽代碼

change short log to have graphing by default

cinaeco 13 年之前
父節點
當前提交
17104485d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'