--- ttbar/Readme 2011/05/18 21:39:47 1.1 +++ ttbar/Readme 2011/05/18 22:15:00 1.3 @@ -1,3 +1,9 @@ export CVSROOT=:ext:ndev@nicadd.niu.edu:/cvs export CVS_RSH=ssh -export CVSEDITOR=emacs -nw +export CVSEDITOR="emacs -nw" + +In case of tcsh... + +setenv CVSROOT :ext:ndev@nicadd.niu.edu:/cvs +setenv CVS_RSH ssh +setenv CVSEDITOR "emacs -nw"