9 lines
180 B
Tcsh
9 lines
180 B
Tcsh
|
#
|
||
|
# /etc/profile.d/groff.csh
|
||
|
#
|
||
|
|
||
|
# setting the variable GROFF_NO_SGR to to something not empty
|
||
|
# to disable the use of ANSI colour sequences by default.
|
||
|
|
||
|
setenv GROFF_NO_SGR yes
|