aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:54:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:54:33 +1300
commitca26e3939d64486900bba6169508b805767c69fe (patch)
treefe43dc159e73a77809659e3cd8c541ff2bcdcd9c /README.markdown
parentUse . not source (diff)
downloaddotfiles-ca26e3939d64486900bba6169508b805767c69fe.tar.gz
dotfiles-ca26e3939d64486900bba6169508b805767c69fe.zip
Add ver() function to README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index da88b2a9..a5833751 100644
--- a/README.markdown
+++ b/README.markdown
@@ -213,6 +213,7 @@ There are a few other little tricks defined for other shells, mostly in
* `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.
* `vared()` allows interactively editing a variable with Readline, emulating
a Zsh function I like by the same name.