aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-05 10:50:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-05 10:50:37 +1200
commit8043bb1a97c2e36b33be50aa2152d961d2d2885e (patch)
tree276804572e1d40b4ed99aea67b97c2ec28d6e28d /README.markdown
parentWorkaround to give han(1) help pages better names (diff)
downloaddotfiles-8043bb1a97c2e36b33be50aa2152d961d2d2885e.tar.gz
dotfiles-8043bb1a97c2e36b33be50aa2152d961d2d2885e.zip
Add path() function
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 51959ae7..e55ade14 100644
--- a/README.markdown
+++ b/README.markdown
@@ -178,6 +178,7 @@ There are a few other little tricks in `bash/bashrc.d`, including:
* `mkcp` — Create a directory and copy arguments into it
* `mkmv` — Create a directory and move arguments into it
* `pa` — Print given arguments, one per line
+* `path` — Manage the contents of PATH conveniently
* `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