summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:41:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-04 11:58:52 -0700
commit06240e0a439e174f63d8274e2535ddc5482709a7 (patch)
tree34d52edcbc088e47328912652291313600cf2e75 /.profile
parentbf46e5fd18e4c9d86e2091f39261bb4d63c1af51 (diff)
downloaddotfiles-06240e0a439e174f63d8274e2535ddc5482709a7.tar.gz
tidy up .quiltrc
Diffstat (limited to '.profile')
-rwxr-xr-x.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/.profile b/.profile
index 4dbd3a99..0de0ff82 100755
--- a/.profile
+++ b/.profile
@@ -33,6 +33,13 @@ if command -v nproc >/dev/null; then
MAKEFLAGS="-j$((2 * $(nproc)))"; export MAKEFLAGS
fi
+QUILT_NO_DIFF_INDEX=t; export QUILT_NO_DIFF_INDEX
+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=--color=auto; export QUILT_PUSH_ARGS
+QUILT_DIFF_OPTS=-p; export QUILT_DIFF_OPTS
+
MAILDIR="$HOME/.fmail"; export MAILDIR
BROWSER=firefox; export BROWSER
TERMCMD=xfce4-terminal; export TERMCMD