From 26f597fe5a7fc9f20a17d56bb6ba2a8cd8c0860e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 4 Aug 2015 10:55:58 +1200 Subject: Fix order of Bash functions --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 2f5c209b..69f6e197 100644 --- a/README.markdown +++ b/README.markdown @@ -184,8 +184,8 @@ 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 -* `paz` — Print given arguments separated by NULL chars * `path` — Manage the contents of `PATH` conveniently +* `paz` — Print given arguments separated by NULL chars * `pd` — Change to the argument’s parent directory * `readz` — Alias for `read -d '' -r` * `scr` — Create a temporary directory and change into it -- cgit v1.2.3