vi bug(feature?)

Mark Plotnick mp at allegra.UUCP
Sat Jul 27 00:44:12 AEST 1985


Don't put any commands that may cause output (like tset or clear) in
your .cshrc file; place them in your .login file instead.

Also, in your .cshrc, make sure that any csh variables that may cause
output (such as prompt, mail, or time) are only set if the csh
is an interactive one, e.g.

if ($?prompt) then
   set time=(10 "%Uu %Ss %E %P %Xktext+%Dkdata %Ireads %Owrites %Fpf %Wswaps")
   set prompt="`hostname | sed s/tempo-//`% "
endif



More information about the Comp.bugs.4bsd.ucb-fixes mailing list