Explorar el Código

get rid of --patience

raylu hace 14 años
padre
commit
d9e8180f6e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      zshrc

+ 3 - 3
zshrc

@@ -72,11 +72,11 @@ alias mp='~/mplayer/mplayer/mplayer'
 alias manmp='man -l ~/mplayer/mplayer/DOCS/man/en/mplayer.1'
 alias mencoder='~/mplayer/mplayer/mencoder'
 alias x264='~/x264/x264'
-alias gil='git log --graph --abbrev-commit --stat -C --decorate --patience --date=local'
+alias gil='git log --graph --abbrev-commit --stat -C --decorate --date=local'
 alias gib='git branch -a'
 alias gis='git status'
-alias gid='git diff -C --patience --date=local'
-alias giw='git show -C --patience --date=local'
+alias gid='git diff -C --date=local'
+alias giw='git show -C --date=local'
 alias gic='git checkout'
 alias class='xprop -notype WM_CLASS'
 alias tree='tree -AvL 10'