aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/neomutt/neomuttrc2
-rwxr-xr-x.zshrc2
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 849b2d5..2e2235c 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -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 452ed3b..ac6f9e5 100755
--- 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'