diff options
author | June McEnroe <june@causal.agency> | 2019-01-14 15:58:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-14 15:58:35 -0500 |
commit | 282c2d4db62460b706cf97f935b17aa5ef27eb0b (patch) | |
tree | f7a05931d5dd8fe3b79cd95be224a49bd048279e /bin/cash/README | |
parent | Document old=new argument of fc -s (diff) | |
download | src-282c2d4db62460b706cf97f935b17aa5ef27eb0b.tar.gz src-282c2d4db62460b706cf97f935b17aa5ef27eb0b.zip |
Add cash.7 README
Diffstat (limited to '')
-rw-r--r-- | bin/cash/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/cash/README b/bin/cash/README new file mode 100644 index 00000000..dac1cec5 --- /dev/null +++ b/bin/cash/README @@ -0,0 +1,28 @@ +CASH(7) FreeBSD Miscellaneous Information Manual CASH(7) + +NAME + cash – the Causal Agency 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. + + Differences from sh(1) + • ENV defaults to ‘${XDG_CONFIG_HOME:-${HOME}/.config}/cash/env.sh’. + + • PS0 is printed before each prompt, allowing multi-line prompts. + + • Right-aligned prompts can be set with RPS1 and RPS2. + + • PSlit can be used to embed terminal escape sequences in prompts, as + in NetBSD sh(1). + + • HOME is shortened to ‘~’ in prompt expansion. + + • fc -s =new allows prefixing commands with new. + +HISTORY + sh(1) sources were imported from FreeBSD 12.0. editline(3) sources were + imported from NetBSD 8.0. + +Causal Agency January 14, 2019 Causal Agency |