s390utils/s390.csh

6 lines
125 B
Tcsh
Raw Normal View History

2009-04-07 08:03:09 +00:00
# /etc/profile.d/s390.csh - set TERM variable
if ( `/sbin/consoletype stdout` == "serial" ) then
2009-04-07 08:03:09 +00:00
setenv TERM dumb
endif