diff options
author | June McEnroe <june@causal.agency> | 2019-04-18 20:30:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-04-18 20:30:54 -0400 |
commit | fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d (patch) | |
tree | d9873161c7d43e452e47fdf8184439c1b6d85ca6 /bin/catsh/README | |
parent | Color python imports as Statement (diff) | |
download | src-fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d.tar.gz src-fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d.zip |
Rename cash to catsh
Diffstat (limited to '')
-rw-r--r-- | bin/catsh/README (renamed from bin/cash/README) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/cash/README b/bin/catsh/README index dac1cec5..ccd41938 100644 --- a/bin/cash/README +++ b/bin/catsh/README @@ -1,14 +1,14 @@ -CASH(7) FreeBSD Miscellaneous Information Manual CASH(7) +CATSH(7) Miscellaneous Information Manual CATSH(7) NAME - cash – the Causal Agency shell + catsh – a shell DESCRIPTION - cash is a shell derived from FreeBSD sh(1), which is in turn derived from - Almquist shell. It includes editline(3) from NetBSD. + catsh is a shell derived from FreeBSD sh(1), which is in turn derived + from Almquist shell. It includes editline(3) from NetBSD. Differences from sh(1) - • ENV defaults to ‘${XDG_CONFIG_HOME:-${HOME}/.config}/cash/env.sh’. + • ENV defaults to ‘${XDG_CONFIG_HOME:-${HOME}/.config}/catsh/env.sh’. • PS0 is printed before each prompt, allowing multi-line prompts. |