aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:58:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:58:24 +1300
commit11e0419906474d57f6932bc0d3c31326b9010704 (patch)
tree497f3163e59d7c252cc5c13bb8ecfeb0a74b552a /README.markdown
parentChange confusing sentence (diff)
downloaddotfiles-11e0419906474d57f6932bc0d3c31326b9010704.tar.gz
dotfiles-11e0419906474d57f6932bc0d3c31326b9010704.zip
Correct a list ordering
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 7a973e0f..8b1e3d00 100644
--- a/README.markdown
+++ b/README.markdown
@@ -211,10 +211,10 @@ There are a few other little tricks defined for other shells:
* `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 (Bash).
+* `ver()` prints the current shell's version information (Bash, Korn Shell,
+ Yash, Z shell).
#### Completion