xref: /openbsd/etc/root/dot.login (revision 8a9450e5)
1*8a9450e5Smillert# $OpenBSD: dot.login,v 1.15 2023/11/16 16:03:51 millert Exp $
2cceb0523Sdavid#
3cceb0523Sdavid# csh login file
4cceb0523Sdavid
5f833be16Smillertif ( -x /usr/bin/tset ) then
6f833be16Smillert	set noglob histchars=""
7400c6ba3Smillert	onintr finish
86e036649Smillert	eval `tset -IsQ '-munknown:?vt220' $TERM`
9400c6ba3Smillert	finish:
10f833be16Smillert	unset noglob histchars
11400c6ba3Smillert	onintr
12f833be16Smillertendif
13