소스 검색

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'