diff --git a/gitconfig.local b/gitconfig.local index 327d259..a817b79 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -1,5 +1,8 @@ [format] pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s +[color "diff"] + oldMoved = 141 + newMoved = 39 [include] path = .gitconfig.author [filter "lfs"] @@ -12,3 +15,5 @@ cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\" [alias] ksdiff = difftool -yt Kaleidoscope +[tig] + status-show-untracked-files = yes diff --git a/tigrc b/tigrc deleted file mode 100644 index f6c96ca..0000000 --- a/tigrc +++ /dev/null @@ -1 +0,0 @@ -set status-show-untracked-files = yes