aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 12:29:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 12:43:48 +1200
commit416fc33ff1e9e034cf2bb4a58bb177f46606afd5 (patch)
treee067bc1c8c7af4bb7267b0b691b8b1a7fe832bb7 /README.markdown
parentRemove option term spec from bd() (diff)
downloaddotfiles-416fc33ff1e9e034cf2bb4a58bb177f46606afd5.tar.gz
dotfiles-416fc33ff1e9e034cf2bb4a58bb177f46606afd5.zip
Port ud() to POSIX sh
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 3bf1e604..6e6f2bbb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -187,6 +187,7 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
preserved; I hate ending up `root`-owned files in my home directory.
* `tmux()` changes the default command for `tmux(1)` to `attach-session -d`
if a session exists, or creates a new session if one doesn't.
+* `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.
@@ -211,7 +212,6 @@ There are a few other little tricks defined for other shells, mostly in
* `readv()` prints names and values from `read` calls to `stderr`.
* `readz()` is an alias for `read -d '' -r`.
* `sd()` changes into a sibling of the current directory.
-* `ud()` changes into an indexed ancestor of a directory.
* `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