aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:55:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:55:34 +1300
commit4949585e9a8f6805c3594b0d5247b49936de099e (patch)
tree8b70ef9e950c6cf3538f8267750d31f4477f1622 /README.markdown
parentLimit keep() to ksh93 (diff)
downloaddotfiles-4949585e9a8f6805c3594b0d5247b49936de099e.tar.gz
dotfiles-4949585e9a8f6805c3594b0d5247b49936de099e.zip
Improve documentation around extra shell funcs
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.markdown b/README.markdown
index a5833751..6bb1b78d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -207,15 +207,16 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
repository.
* `x()` is a one-key shortcut for `exec startx`.
-There are a few other little tricks defined for other shells, mostly in
-`bash/bashrc.d`:
-
-* `keep()` stores ad-hoc shell functions and variables.
-* `prompt()` sets up my interactive prompt.
-* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin.
-* `ver()` prints the current shell's version information.
+There are a few other little tricks defined for other shells:
+
+* `keep()` stores ad-hoc shell functions and variables (Bash, Korn Shell 93).
+* `prompt()` sets up my interactive prompt (Bash, Korn Shell, Z shell).
+* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin
+ (Bash).
+* `ver()` prints the current shell's version information (Bash, Korn Shell,
+ Yash, Z shell).
* `vared()` allows interactively editing a variable with Readline, emulating
- a Zsh function I like by the same name.
+ a Zsh function I like by the same name (Bash).
#### Completion