[BACK]Return to dot.login CVS log [TXT][DIR] Up to [local] / src / etc / skel

File: [local] / src / etc / skel / dot.login (download)

Revision 1.7, Thu Nov 16 16:05:13 2023 UTC (6 months, 2 weeks ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.6: +2 -6 lines

Use tset -I for all terminals, not just xterm.

Terminal initialization is usually only needed for hardware terminals,
which are rare these days, and the initialization strings result
in a bunch of extra newlines on pseudo-terminals.  OK nicm@

# $OpenBSD: dot.login,v 1.7 2023/11/16 16:05:13 millert Exp $
#
# csh login file

if ( ! $?TERMCAP ) then
	tset -IQ '-munknown:?vt220' $TERM
endif

stty	newcrt crterase

set	savehist=100
set	ignoreeof

setenv	EXINIT		'set ai sm noeb'

if (-x /usr/games/fortune) /usr/games/fortune