فهرست منبع

hg: add journal ext and hgw alias

raylu 5 سال پیش
والد
کامیت
9a4288371d
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      hgrc
  2. 1 0
      zshrc

+ 1 - 0
hgrc

@@ -9,6 +9,7 @@ git = True
 progress =
 graphlog =
 color =
+journal =
 
 [color]
 mode = ansi

+ 1 - 0
zshrc

@@ -90,6 +90,7 @@ alias giw='git show -C --date=local --decorate'
 alias gic='git checkout'
 alias giu='git reset HEAD\^'
 alias gn='git number'
+alias hgw='hg diff --change .'
 alias class='xprop -notype WM_CLASS'
 alias tree='tree -AvL 10'
 alias vi='vi -p'