Explorar o código

also use local date for diff and show

raylu %!s(int64=14) %!d(string=hai) anos
pai
achega
2b4f95295f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'