From aaac7a0927481249f177a69976d30eaa3af53f97 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Dec 2016 13:54:26 +1300 Subject: Move pwgen() wrapper into pwg(1df) --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 4d76f1e1..4ee87165 100644 --- a/README.markdown +++ b/README.markdown @@ -190,7 +190,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include: `~/.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)`. * `rd()` replaces the first instance of its first argument with its second argument in `$PWD`, emulating a feature of the Zsh `cd` builtin that I like. @@ -473,6 +472,7 @@ Installed by the `install-bin` target: * `plmu(1df)` retrieves a list of installed modules from [`plenv`](https://github.com/tokuhirom/plenv), filters out any modules in `~/.plenv/non-cpan-modules`, and updates them all. +* `pwg(1df)` generates just one decent password with `pwgen(1)`. * `rgl(1df)` is a very crude interactive `grep(1)` loop. * `shb(1df)` attempts to build shebang lines for scripts from the system paths. -- cgit v1.2.3