From 4949585e9a8f6805c3594b0d5247b49936de099e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Dec 2016 12:55:34 +1300 Subject: Improve documentation around extra shell funcs --- README.markdown | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.markdown') 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 -- cgit v1.2.3