aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 13:52:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 13:54:09 +1200
commita4e4cf23ca984e1fc7633b48f94c1795a5bc7ec8 (patch)
tree4084793d32dcc0264846cf8f1207722c56cec99c /README.markdown
parentCorrectly bail from failed subshell (diff)
downloaddotfiles-a4e4cf23ca984e1fc7633b48f94c1795a5bc7ec8.tar.gz
dotfiles-a4e4cf23ca984e1fc7633b48f94c1795a5bc7ec8.zip
Port pd() to POSIX sh
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 b3f2396b..9bbf12d9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -180,6 +180,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`.
+* `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)`.
* `scp()` tries to detect forgotten hostnames in `scp(1)` command calls.
@@ -206,7 +207,6 @@ There are a few other little tricks defined for other shells, mostly in
It's dependent on information written by the `ls.sh` script in
`~/.profile.d`.
* `path()` manages the contents of `PATH` conveniently.
-* `pd()` changes to the argument's parent directory.
* `prompt()` sets up my interactive prompt.
* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin.
* `readv()` prints names and values from `read` calls to `stderr`.