aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:46:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:48:56 +1200
commit1bca0a6205c0c22bc0e23c642f47da18d5164766 (patch)
tree05fd360aed42f204a934a235b7de52debfc8ef1d /README.markdown
parentTidy/golf gt() down a bit (diff)
downloaddotfiles-1bca0a6205c0c22bc0e23c642f47da18d5164766.tar.gz
dotfiles-1bca0a6205c0c22bc0e23c642f47da18d5164766.zip
Remove ad()
It has no real advantages over and isn't as clever as just cd /a*/b*/c*
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 4cd8ebd0..9d16abe5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -189,8 +189,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `pmd()` prints the marked directory.
* `xd()` swaps the current and marked directories.
* Ten other directory management and navigation functions:
- * `ad()` is a `cd` shortcut accepting targets like `/u/l/b` for
- `/usr/local/bin`, as long as they are unique.
* `bd()` changes into a named ancestor of the current directory.
* `gt()` changes into a directory or into a file's directory.
* `lgt()` runs `gt()` on the first result from a `loc(1df)` search.