summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:45:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:59:04 -0700
commit209333313923a9ccafb3ddd3705e14365bf98ca3 (patch)
tree69bb1d1071ab68b83963ed571088a380e0bac458 /.profile
parentdbb9f497d854d0ef2c2e6bbdabade61e2656f51a (diff)
downloaddotfiles-209333313923a9ccafb3ddd3705e14365bf98ca3.tar.gz
always pass -n and -r to 'quilt delete'
Diffstat (limited to '.profile')
-rwxr-xr-x.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index 9f8ccd40..3141b037 100755
--- a/.profile
+++ b/.profile
@@ -38,6 +38,7 @@ QUILT_NO_DIFF_TIMESTAMPS=t; export QUILT_NO_DIFF_TIMESTAMPS
QUILT_DIFF_ARGS="-p ab --color=auto"; export QUILT_DIFF_ARGS
QUILT_REFRESH_ARGS="-p ab"; export QUILT_REFRESH_ARGS
QUILT_PUSH_ARGS="--refresh --color=auto"; export QUILT_PUSH_ARGS
+QUILT_DELETE_ARGS="-n -r"; export QUILT_DELETE_ARGS
QUILT_DIFF_OPTS=-p; export QUILT_DIFF_OPTS
MAILDIR="$HOME/.fmail"; export MAILDIR