aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
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 /.zshrc
parentad34b6019434f1299afc8d03d9f5327f2e83e335 (diff)
downloaddotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.tar.gz
dotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.tar.zst
dotfiles-8a2bb1d11cce7afeed5e0460f40f99b170e9080b.zip
neomutt trash, CVS_RSH
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc2
1 files changed, 2 insertions, 0 deletions
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'