aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:29:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:29:45 +1200
commit108f964896180d168768db08e92690c6328e238d (patch)
treeeb859ab1d946598a5fd3facdf3748bfff365ba75 /README.markdown
parentPort vr(1) to POSIX sh (diff)
downloaddotfiles-108f964896180d168768db08e92690c6328e238d.tar.gz
dotfiles-108f964896180d168768db08e92690c6328e238d.zip
Remove readv() and readz()
Neither are terribly useful
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index c79ffd1b..1c205261 100644
--- a/README.markdown
+++ b/README.markdown
@@ -213,8 +213,6 @@ There are a few other little tricks defined for other shells, mostly in
* `path()` manages the contents of `PATH` conveniently.
* `prompt()` sets up my interactive prompt.
* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin.
-* `readv()` prints names and values from `read` calls to `stderr`.
-* `readz()` is an alias for `read -d '' -r`.
* `vared()` allows interactively editing a variable with Readline, emulating
a Zsh function I like by the same name.