aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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