aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:26:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 16:26:39 +1200
commit6e3fd021588c87a0743dbc1ec5b3f5aba900f839 (patch)
tree74a790cf3a96c7f55660c612964462f194aa20ce /README.markdown
parentAssume POSIX sh (diff)
downloaddotfiles-6e3fd021588c87a0743dbc1ec5b3f5aba900f839.tar.gz
dotfiles-6e3fd021588c87a0743dbc1ec5b3f5aba900f839.zip
Port vr(1) to POSIX sh
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 558c8739..c79ffd1b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -201,6 +201,8 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `ud()` changes into an indexed ancestor of a directory.
* `vim()` defines three functions to always use `vim(1)` as my `ex(1)`,
`vi(1)` and `view(1)` implementation if it's available.
+* `vr()` tries to change to the root directory of a source control
+ repository.
There are a few other little tricks defined for other shells, mostly in
`bash/bashrc.d`:
@@ -215,8 +217,6 @@ There are a few other little tricks defined for other shells, mostly in
* `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.
-* `vr()` tries to change to the root directory of a source control
- repository.
#### Completion