From b2430eb65a2c845a0424cdba3dded5ebc954426d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 28 Jul 2022 18:23:10 +0100 Subject: (Mail|Shell)~clean up --- Mail/.local/share/mail/.notmuch/hooks/post-new | 2 +- Mail/.mbsyncrc | 3 --- Shell/.zprofile | 3 ++- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new index e0e9131..579447c 100755 --- a/Mail/.local/share/mail/.notmuch/hooks/post-new +++ b/Mail/.local/share/mail/.notmuch/hooks/post-new @@ -9,7 +9,7 @@ notmuch tag -inbox -unread +spam 'path:general/Junk/**' notmuch tag -inbox +warwick from:'*@warwick.ac.uk*' -notmuch tag -inbox +receipts from:'*@paypal.co.uk*' \ +notmuch tag -inbox -unread +receipts from:'*@paypal.co.uk*' \ from:'*@namcheap.com*' from:'*@digitalocean.com*' \ from:'*@spotify.com*' from:'*@nationalexpress.com*' diff --git a/Mail/.mbsyncrc b/Mail/.mbsyncrc index 28bc1e9..3510183 100644 --- a/Mail/.mbsyncrc +++ b/Mail/.mbsyncrc @@ -23,6 +23,3 @@ SyncState * MaxMessages 0 ExpireUnread no # End profile - - - diff --git a/Shell/.zprofile b/Shell/.zprofile index 5795a62..a522d41 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -4,7 +4,8 @@ export EDITOR='emacsclient -a "emacs" -c' export EA_EDITOR=$EDITOR export TERMINAL="alacritty" -export BROWSER="qutebrowser" +export BROWSER="chromium" +export WEBKIT_FORCE_SANDBOX=0 export PF_INFO="ascii title os memory uptime editor wm shell" export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin" export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true -- cgit v1.2.3-13-gbd6f