diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 18:02:53 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 18:02:53 +1200 |
commit | fe0f0d9adf972d703a9c290c5734042d6d80b37a (patch) | |
tree | 43429af9e41ed445ce0397b3172474752a2acdeb /mysql | |
parent | Remove vestigial reference to speeddating (diff) | |
download | dotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.tar.gz dotfiles-fe0f0d9adf972d703a9c290c5734042d6d80b37a.zip |
Added basic dotfiles for mysql/psql
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/my.cnf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql/my.cnf b/mysql/my.cnf new file mode 100644 index 00000000..1c55c791 --- /dev/null +++ b/mysql/my.cnf @@ -0,0 +1,3 @@ +[mysql] +prompt='(\u@\h)\n[\d] mysql> ' + |