ソースを参照

Added alias: gitka for `gitk --all`

Alois Mahdal 12 年 前
コミット
4e9edd59eb
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc ファイルの表示

@@ -17,6 +17,7 @@ alias ll='ls -lh'
17 17
 alias open='gnome-open'
18 18
 alias diff='diff -u'
19 19
 alias pad4='sed -e "s/^/    /"'
20
+alias gitka='gitk --all'
20 21
 
21 22
 ### ...... ###
22 23
 ### OTHERS ###