summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-13 22:30:58 -0500
committerJune McEnroe <june@causal.agency>2020-02-13 22:30:58 -0500
commitefed6cd2981c608138a73e026949ea0d72b9d0be (patch)
tree20df846dbcc18c2b39e7d54661f779c53ed9e814
parentAdd /exec (diff)
downloadcatgirl-efed6cd2981c608138a73e026949ea0d72b9d0be.tar.gz
catgirl-efed6cd2981c608138a73e026949ea0d72b9d0be.zip
Document environment variables used
-rw-r--r--catgirl.114
1 files changed, 14 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1
index 5e5205b..a84fd9a 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -431,6 +431,20 @@ The color numbers are as follows:
 .It 99 Ta default Ta Ta
 .El
 .
+.Sh ENVIRONMENT
+.Bl -tag -width Ds
+.It Ev SHELL
+The path executed by
+.Ic /exec
+with
+.Fl c Ar command .
+If unset,
+.Pa /bin/sh
+is used.
+.It Ev USER
+The default nickname.
+.El
+.
 .Sh FILES
 .Bl -tag -width Ds
 .It Pa $XDG_CONFIG_DIRS/catgirl
roe 2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe 2021-01-12Remove hacky tagging from hilexJune McEnroe 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe