aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-29 14:55:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-29 14:55:07 +1200
commitcc743b7a924d2556b924b80df6682619b0aec010 (patch)
tree0e1d3bc915952dc34965a5607ee84fadba50be85 /README.markdown
parentSort .gitmodules (diff)
downloaddotfiles-cc743b7a924d2556b924b80df6682619b0aec010.tar.gz
dotfiles-cc743b7a924d2556b924b80df6682619b0aec010.zip
Add ud() function as cd ../../../.. shortcut
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index b772f751..43dae299 100644
--- a/README.markdown
+++ b/README.markdown
@@ -182,6 +182,7 @@ There are a few other little tricks in `bash/bashrc.d`, including:
* `pd` — Change to the argument’s parent directory
* `scr` — Create a temporary directory and change into it
* `sprunge` — Pastebin frontend tool I pilfered from `#bash` on Freenode
+* `ud` — Change into an indexed ancestor of a directory
I also wrap a few command calls with functions to stop me from doing silly
things that the commands themselves don’t catch. My favourite is the one that