9 lines
179 B
Bash
9 lines
179 B
Bash
#
|
|
# /etc/profile.d/groff.sh
|
|
#
|
|
|
|
# setting the variable GROFF_NO_SGR to to something not empty
|
|
# to disable the use of ANSI colour sequences by default.
|
|
|
|
export GROFF_NO_SGR=yes
|