aboutsummaryrefslogtreecommitdiff
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
parentUpdate submodules (diff)
downloaddotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.tar.gz
dotfiles-88f55dffc99d059714bc3244b8ab0bf66ba32200.zip
Note broken mysql()
-rw-r--r--ISSUES.markdown1
-rw-r--r--README.markdown2
2 files changed, 2 insertions, 1 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 7f906123..7a11d56b 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -26,3 +26,4 @@ Known issues
standard.
Turns out that old versions of Bash in `sh` mode do this too.
+* mysql() is broken due to a logic error, shifting off $1 before using it.
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)`.