Skip site navigation (1)Skip section navigation (2)
Date:      8 Mar 1996 19:50:30 GMT
From:      graichen@omega.physik.fu-berlin.de (Thomas Graichen)
To:        current@FreeBSD.org
Subject:   Re: changes to /etc/csh.*
Message-ID:  <4hq326$1s9@mordillo.physik.fu-berlin.de>
References:  <Pine.BSF.3.91.960307021700.724B-100000@nervosa.com>

next in thread | previous in thread | raw e-mail | index | archive | help
invalid opcode (coredump@nervosa.com) wrote:
: I'm submitting my versions of /etc/csh.{login,logout,cshrc} as a 
: potential new base. I suggest moving away from .cshrc, .login, .logout, 
: and implementing it into the system /etc/csh.* files. This way the user 
: can specify truly local options in .cshrc, .login, .etc instead of every 
: user having the same .cshrc and .login in their home dirs.

how about also adding something like:

if ( -x /usr/sbin/ispcvt ) then
        if { /usr/sbin/ispcvt } then
                setenv TERM vt220
        endif
endif

this way you'll automatically get the right TERM if you are using syscons _or_
pcvt - just an idea - for me it works very nice

t

--
  thomas graichen    graichen@mail.physik.fu-berlin.de    graichen@FreeBSD.org

  perfection is reached, not when there is no longer anything to add, but when
      there is no longer anything to take away    antoine de saint-exupery



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4hq326$1s9>