aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------.config/alacritty/themes/dracula0
-rw-r--r--.config/mutt/muttrc5
m---------.config/wofi0
-rwxr-xr-x.profile3
4 files changed, 7 insertions, 1 deletions
diff --git a/.config/alacritty/themes/dracula b/.config/alacritty/themes/dracula
-Subproject 9ae0fdedd423803f0401f6e7a23cd2bb88c175b
+Subproject 77aff04b9f2651eac10e5cfa80a3d85ce43e798
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index 6b60754..90b457c 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -6,7 +6,8 @@ auto_view text/html
# Order to try and show multipart emails
alternative_order text/plain text/enriched text/html
-bind index R imap-fetch-mail
+bind index \CR imap-fetch-mail
+bind index,pager R group-reply
bind index,pager \CK sidebar-prev
bind index,pager \CJ sidebar-next
bind index,pager \CL sidebar-open
@@ -80,6 +81,8 @@ set trash = "+Trash"
# show spam score (from SpamAssassin only) when reading a message
spam "X-Spam-Score: ([0-9\\.]+).*" "SA: %1"
set pager_format = " %C - %[%H:%M] %.20v, %s%* %?H? [%H] ?"
+# https://unix.stackexchange.com/a/516101
+set display_filter="exec sed -r \"s/^Date:\\s*(([F-Wa-u]{3},\\s*)?[[:digit:]]{1,2}\\s+[A-Sa-y]{3}\\s+[[:digit:]]{4}\\s+[[:digit:]]{1,2}:[[:digit:]]{1,2}(:[[:digit:]]{1,2})?\\s+[+-][[:digit:]]{4})/date +'Date: %a, %d %b %Y %H:%M:%S %z' -d '\\1'/e\""
# do not show all headers, just a few
ignore *
diff --git a/.config/wofi b/.config/wofi
-Subproject 9180ba3ddda7d339293e8a1bf6a67b5ce37fdd6
+Subproject 04f905b10796f9491f30be024b0b5ff28c67564
diff --git a/.profile b/.profile
index 7a92525..4b46f34 100755
--- a/.profile
+++ b/.profile
@@ -18,6 +18,8 @@ DENO_NO_PROMPT="yes"
DOTNET_CLI_TELEMETRY_OPTOUT="true"
# https://nextjs.org/telemetry
NEXT_TELEMETRY_DEBUG=1
+# https://github.com/docker/for-win/issues/13632
+DOCKER_CLI_HINTS=false
BUN_INSTALL="$HOME/.bun"
GOPROXY="direct"
@@ -37,6 +39,7 @@ export DENO_NO_UPDATE_CHECK
export DENO_NO_PROMPT
export DOTNET_CLI_TELEMETRY_OPTOUT
export NEXT_TELEMETRY_DEBUG
+export DOCKER_CLI_HINTS
export XDG_CONFIG_HOME
export XDG_CACHE_DIR
export GOPATH