+export CVS_RSH="ssh"
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 1ef4c10..ff25b7d 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -59,6 +59,7 @@ export GREP_OPTIONS="--binary-files=without-match --directories=skip"
 export MINICOM="-m -c on"      # metakeys+color
 export HISTSIZE=100000
 export HISTFILESIZE="$HISTSIZE"
+export CVS_RSH="ssh"
 
 # Force strcoll() to sort case-sensitively! (empty/undef doesn't work)
 export LC_COLLATE=C