s390utils/s390.csh

6 lines
125 B
Tcsh
Raw Normal View History

# /etc/profile.d/s390.csh - set TERM variable
if ( `/sbin/consoletype stdout` == "serial" ) then
setenv TERM dumb
endif