aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-30 10:03:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-30 10:03:17 +1200
commit88f55dffc99d059714bc3244b8ab0bf66ba32200 (patch)
tree54291b2ce5a656ba806f473955377a2b3ca72639 /README.markdown
parentUpdate submodules (diff)
downloaddotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.tar.gz
dotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.zip
Note broken mysql()
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 5ec7556a..033ced9b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -185,7 +185,7 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
through your pager, using color if it can.
* `mkcd()` creates a directory and changes into it.
* `mysql()` allows shortcuts to MySQL configuration files stored in
- `~/.mysql`.
+ `~/.mysql` (presently broken).
* `path()` manages the contents of `PATH` conveniently.
* `pd()` changes to the argument's parent directory.
* `pwgen()` generates just one decent password with `pwgen(1)`.