summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-09-15 20:11:53 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-09-15 20:12:50 +0100
commit2086649ef18b9c4813d828b46c83efb4aab535f9 (patch)
treea6456276535fd29c7b994a7edb0396612e306ca7 /.emacs.d/eshell
parented2e253bcd747d55a7678e861392d37745989dad (diff)
downloaddotfiles-2086649ef18b9c4813d828b46c83efb4aab535f9.tar.gz
drop --refresh from QUILT_PUSH_ARGS
Otherwise we can't readily say 'quilt push -f'.
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 008e258e..4ec89d25 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -28,4 +28,4 @@ alias date *date $*
# We could just export the environment variables, but this should restrict the
# colouration to commands run interactively, not others buried in scripts.
alias git git -c color.ui=always $*
-alias quilt QUILT_DIFF_ARGS="-p ab --color=always" QUILT_PUSH_ARGS="--refresh --color=always" quilt $*
+alias quilt QUILT_DIFF_ARGS="-p ab --color=always" QUILT_PUSH_ARGS=--color=always quilt $*