diff options
author | merakor <cem@ckyln.com> | 2020-05-14 08:38:13 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-14 08:38:13 +0000 |
commit | 50c2211fa1cd2f7624b8ccee48c891f80514026d (patch) | |
tree | 5a99844b09a2fae8f8067bd920fd2016e2942c84 /man/kiss.1 | |
parent | b1faad8782494bfc951c88ccc62ef6f1479e0bf3 (diff) | |
download | cpt-50c2211fa1cd2f7624b8ccee48c891f80514026d.tar.gz |
kiss: change KISS_COLOUR variable to KISS_COLOR
American English smh...
FossilOrigin-Name: 98f76b6b201d870593d647b8c0d9ec38942eecf7d378f20cfbe9e4400bf4457f
Diffstat (limited to 'man/kiss.1')
-rw-r--r-- | man/kiss.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -178,12 +178,12 @@ export KISS_TMPDIR= .SS ENABLING/DISABLING COLOUR If run in a subshell, \fBKISS\fR disables colour output. However, this behaviour -can be overriden. If a user defines a \fIKISS_COLOUR\fR environment value, it will +can be overriden. If a user defines a \fIKISS_COLOR\fR environment value, it will be enabled or disabled globally .IP -export KISS_COLOUR=1 # Enables globally +export KISS_COLOR=1 # Enables globally .IP -export KISS_COLOUR=0 # Disables globally +export KISS_COLOR=0 # Disables globally .PP .SS DISABLING PROMPTS User can disable prompts by setting a \fIKISS_NOPROMPT\fR environment value. This |