summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:44:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:58:52 -0700
commitdbb9f497d854d0ef2c2e6bbdabade61e2656f51a (patch)
treea814b81ddde6a28847732c6a2b70bb42387c11d4 /.emacs.d/eshell
parente55812aac9f52c845c8206db1d9991ab42bfd657 (diff)
downloaddotfiles-dbb9f497d854d0ef2c2e6bbdabade61e2656f51a.tar.gz
pass --color=always to quilt commands in Eshell
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
index dccfc2b2..d0895b3a 100644
--- a/.emacs.d/eshell/profile
+++ b/.emacs.d/eshell/profile
@@ -6,3 +6,7 @@ export VISUAL="$EDITOR"
# debconf will fall back to this frontend but emit a warning; set it ourselves
# to avoid that warning
export DEBIAN_FRONTEND=readline
+
+# --color=auto -> --color=always
+export QUILT_DIFF_ARGS="-p ab --color=always"
+export QUILT_PUSH_ARGS="--refresh --color=always"