From 5a00e3ca5152144ade8b155f30ac83afa6c3da2e Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 8 Jan 2002 18:12:34 +0000 Subject: [PATCH] +export CVS_RSH="ssh" --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 1ef4c10..ff25b7d 100644 --- 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 -- 1.8.3.1