]> git.cameronkatri.com Git - dotfiles.git/commitdiff
neomutt trash, CVS_RSH
authorCameron Katri <me@cameronkatri.com>
Mon, 14 Jun 2021 21:04:58 +0000 (17:04 -0400)
committerCameron Katri <me@cameronkatri.com>
Mon, 14 Jun 2021 21:04:58 +0000 (17:04 -0400)
.config/neomutt/neomuttrc
.zshrc

index 849b2d5cc37379da41b89e6c471068b7c1bc4f3d..2e2235c03d590d17c304f3ffa87a723fb8cc4baf 100644 (file)
@@ -51,4 +51,6 @@ set crypt_autosign
 set crypt_use_gpgme
 set pgp_default_key="7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C"
 
+set trash="+Trash"
+
 # vim: syntax=neomuttrc
diff --git a/.zshrc b/.zshrc
index 452ed3be7a9d42ca0386197b2a48d4396974297c..ac6f9e5e31c5ff64bbe1544337ec8eb2c52717b6 100755 (executable)
--- a/.zshrc
+++ b/.zshrc
@@ -95,4 +95,6 @@ if mail -e; then
        echo "You have mail!"
 fi
 
+export CVS_RSH=ssh
+
 alias dotconfig='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'