aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-04 10:55:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-04 10:55:58 +1200
commit26f597fe5a7fc9f20a17d56bb6ba2a8cd8c0860e (patch)
tree4451e76d488d316074ab0626f49e541ac24911f3 /README.markdown
parentreadz alias for read -d '' -r (diff)
downloaddotfiles-26f597fe5a7fc9f20a17d56bb6ba2a8cd8c0860e.tar.gz
dotfiles-26f597fe5a7fc9f20a17d56bb6ba2a8cd8c0860e.zip
Fix order of Bash functions
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 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