From e95a7d8f9bbc7e7fb60754ea78d8fec0c5e525d0 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Wed, 1 May 2024 21:43:58 +0200 Subject: small updates --- .config/alacritty/themes/dracula | 2 +- .config/mutt/muttrc | 5 ++++- .config/wofi | 2 +- .profile | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/themes/dracula b/.config/alacritty/themes/dracula index 9ae0fde..77aff04 160000 --- a/.config/alacritty/themes/dracula +++ b/.config/alacritty/themes/dracula @@ -1 +1 @@ -Subproject commit 9ae0fdedd423803f0401f6e7a23cd2bb88c175b2 +Subproject commit 77aff04b9f2651eac10e5cfa80a3d85ce43e7985 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 index 9180ba3..04f905b 160000 --- a/.config/wofi +++ b/.config/wofi @@ -1 +1 @@ -Subproject commit 9180ba3ddda7d339293e8a1bf6a67b5ce37fdd6e +Subproject commit 04f905b10796f9491f30be024b0b5ff28c675648 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 -- cgit v1.2.3