From 78ca825a27ea02ed17be226f253cecb0e3a71daa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 20 Aug 2016 17:27:04 +1200 Subject: Port path() to POSIX sh That was a lot easier than I thought --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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 -- cgit v1.2.3