aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-06-14 17:04:58 -0400
committerCameron Katri <me@cameronkatri.com>2021-06-14 17:04:58 -0400
commit8a2bb1d11cce7afeed5e0460f40f99b170e9080b (patch)
treed8ea1d2812bc7f71454a09a8df2e2bd01c80e67d
parentad34b6019434f1299afc8d03d9f5327f2e83e335 (diff)
downloaddotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.tar.gz
dotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.tar.zst
dotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.zip
neomutt trash, CVS_RSH
-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'