aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 17:27:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 17:27:04 +1200
commit78ca825a27ea02ed17be226f253cecb0e3a71daa (patch)
tree2ba1c404e97fbde9386c4c1e3926c549d9b72a2b /README.markdown
parentPort fnl() to POSIX sh script fnl(1) (diff)
downloaddotfiles-78ca825a27ea02ed17be226f253cecb0e3a71daa.tar.gz
dotfiles-78ca825a27ea02ed17be226f253cecb0e3a71daa.zip
Port path() to POSIX sh
That was a lot easier than I thought
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 40556ef1..4108914d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -188,6 +188,7 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `mkcd()` creates a directory and changes into it.
* `mysql()` allows shortcuts to MySQL configuration files stored in
`~/.mysql`.
+* `path()` manages the contents of `PATH` conveniently.
* `pd()` changes to the argument's parent directory.
* `pwgen()` generates just one decent password with `pwgen(1)`.
* `rcsdiff()` forces a unified format for `rcsdiff(1)`.
@@ -208,7 +209,6 @@ There are a few other little tricks defined for other shells, mostly in
`bash/bashrc.d`:
* `keep()` stores ad-hoc shell functions and variables.
-* `path()` manages the contents of `PATH` conveniently.
* `prompt()` sets up my interactive prompt.
* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin.
* `vared()` allows interactively editing a variable with Readline, emulating