aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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'