aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-04 10:49:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-04 10:49:31 +1200
commit0e5f30dc1b0c054d8646d24a3bda36399f8a1d22 (patch)
tree33ae3fc0e479f50f4991e9a71a043060c901d218 /README.markdown
parentMove database option to [mysql] section (diff)
downloaddotfiles-0e5f30dc1b0c054d8646d24a3bda36399f8a1d22.tar.gz
dotfiles-0e5f30dc1b0c054d8646d24a3bda36399f8a1d22.zip
Rename pan() to paz() (like grep -Z)
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 0ec67b44..497d5fe5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -184,7 +184,7 @@ 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
-* `pan` — Print given arguments separated by NULL chars
+* `paz` — Print given arguments separated by NULL chars
* `path` — Manage the contents of `PATH` conveniently
* `pd` — Change to the argument’s parent directory
* `scr` — Create a temporary directory and change into it