aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-30 14:59:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-30 14:59:13 +1200
commit6ccd74f78e84401212efc11e72ef624c5f201c80 (patch)
tree8a615ea3d4d0a92414790d0e13af8fdac4a849dd /README.markdown
parentRemove fixed completion issue (diff)
downloaddotfiles-6ccd74f78e84401212efc11e72ef624c5f201c80.tar.gz
dotfiles-6ccd74f78e84401212efc11e72ef624c5f201c80.zip
Fix 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 033ced9b..5ec7556a 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` (presently broken).
+ `~/.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)`.