|
|
@@ -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'
|