diff options
author | June McEnroe <june@causal.agency> | 2019-06-24 18:41:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-06-24 18:41:11 -0400 |
commit | ae49ab76619a175d6b28bfd330936e5c2913a93b (patch) | |
tree | af95f4dd4a2d57189e7e9a0b6e9d7d9ab9d4f325 /bin/catsh/README | |
parent | Set LESS=FRX (diff) | |
download | src-ae49ab76619a175d6b28bfd330936e5c2913a93b.tar.gz src-ae49ab76619a175d6b28bfd330936e5c2913a93b.zip |
Consolidate catsh history documentation
Diffstat (limited to 'bin/catsh/README')
-rw-r--r-- | bin/catsh/README | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/bin/catsh/README b/bin/catsh/README deleted file mode 100644 index ccd41938..00000000 --- a/bin/catsh/README +++ /dev/null @@ -1,28 +0,0 @@ -CATSH(7) Miscellaneous Information Manual CATSH(7) - -NAME - catsh – a shell - -DESCRIPTION - 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}/catsh/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 |