aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-13 13:03:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-13 13:03:49 +1300
commit6b5073d7c37a77e7afa2ddc48510e5ae0b09ac5f (patch)
tree502d41ffad32b30efdd76a7d470406e1db32b3a4 /README.markdown
parentAdd strik(6df) (diff)
downloaddotfiles-6b5073d7c37a77e7afa2ddc48510e5ae0b09ac5f.tar.gz
dotfiles-6b5073d7c37a77e7afa2ddc48510e5ae0b09ac5f.zip
Add ad()
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 2e3b3e1f..f4c73817 100644
--- a/README.markdown
+++ b/README.markdown
@@ -167,6 +167,9 @@ terminals.
If a function can be written in POSIX `sh` without too much hackery, I put it
in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
+* `ad()` is a `cd` shortcut accepting targets like `/u/l/b` for
+ `/usr/local/bin`, as long as they are unique, emulating a feature of the
+ Zsh `cd` builtin that I like.
* `bc()` silences startup messages from GNU `bc(1)`.
* `bd()` changes into a named ancestor of the current directory.
* `diff()` forces the unified format for `diff(1)`.