瀏覽代碼

also use local date for diff and show

raylu 14 年之前
父節點
當前提交
2b4f95295f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zshrc

+ 2 - 2
zshrc

@@ -75,8 +75,8 @@ alias x264='~/x264/x264'
 alias gil='git log --graph --abbrev-commit --stat -C --decorate --patience --date=local'
 alias gib='git branch -a'
 alias gis='git status'
-alias gid='git diff -C --patience'
-alias giw='git show -C --patience'
+alias gid='git diff -C --patience --date=local'
+alias giw='git show -C --patience --date=local'
 alias gic='git checkout'
 alias class='xprop -notype WM_CLASS'
 alias tree='tree -AvL 10'