ソースを参照

Avoid unnecessarily complex git macro for 'git k'

Alois Mahdal 10 ヶ月 前
コミット
f44a848589
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      dotfiles/config/gittum/main.gitconfig

+ 2
- 2
dotfiles/config/gittum/main.gitconfig ファイルの表示

@@ -32,9 +32,9 @@
32 32
         --pretty=tformat:"%x1b[31m%h%x20%x1b[32m%d%x1b[0m%x20%s%x1b[0m"\
33 33
         --simplify-by-decoration
34 34
   k = !sh -c \
35
-      '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@' --
35
+      'gitk $@' --
36 36
   ka = !sh -c \
37
-       '(which gitk >/dev/null || (echo "gitk not installed" && false)) && gitk $@ --all' --
37
+       'gitk $@ --all' --
38 38
   rb = rebase
39 39
   rbc = rebase --continue
40 40
   rbi = rebase --interactive