From 828e295e5d5655acf009d1aac2a71f95e196551a Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:14:10 +0000 Subject: [PATCH] CVS_RSH=ssh, not path git-svn-id: file:///svn/tfheen/trunk/dotfiles@18 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 224c274..c4d0d3e 100644 --- a/bashrc +++ b/bashrc @@ -39,7 +39,7 @@ export WWW_HOME=http://localhost/~tfheen/services.html export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'" export LESS="-m" export RSYNC_RSH="/usr/bin/ssh" -export CVS_RSH="/usr/bin/ssh" +export CVS_RSH=ssh export PILOTRATE=115200 export PILOTPORT=/dev/tts/0 alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror " -- 2.39.5