1
0
raylu 13 жил өмнө
parent
commit
56411b6def
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -81,7 +81,7 @@ 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 --date=local'
-alias giw='git show -C --date=local'
+alias giw='git show -C --date=local --decorate'
 alias gic='git checkout'
 alias gibl='gil master..HEAD'
 alias class='xprop -notype WM_CLASS'