summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-04 17:50:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-04 22:39:57 -0700
commitf26345f0a6056d695902ec17c11ad1fb8387c5dc (patch)
treed5e700d0d56ad25c806de29364b3e3ebed7bc4c8 /.config
parent0375c8aa2444577dae62e6360198a6ffd67d40bf (diff)
downloaddotfiles-f26345f0a6056d695902ec17c11ad1fb8387c5dc.tar.gz
use aliases to obtain coloured output from git & quilt in Eshell
Diffstat (limited to '.config')
-rw-r--r--.config/git/config6
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/git/config b/.config/git/config
index a2019994..67ce2700 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -18,12 +18,6 @@
gitaddtoannex = false
skipunknown = true
-[color]
- # So that we get colour in Eshell. When we can assume git 2.31 might
- # want to have GIT_CONFIG_KEY_1=color.ui and GIT_CONFIG_VALUE_1=always
- # in ~/.emacs.d/eshell/profile instead.
- ui = always
-
[core]
pager =
hooksPath = ~/src/dotfiles/hooks/git/hooksPath