diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 19:33:59 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-16 19:33:59 +1200 |
commit | 90b43201e560e0c0dd6af23520328161e2a03f0a (patch) | |
tree | c4454733accec8192bcc150650b0da907dfd6045 /mysql | |
parent | Added basic dotfiles for mysql/psql (diff) | |
download | dotfiles-90b43201e560e0c0dd6af23520328161e2a03f0a.tar.gz dotfiles-90b43201e560e0c0dd6af23520328161e2a03f0a.zip |
Standard approach to database prompts
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/my.cnf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql/my.cnf b/mysql/my.cnf index 1c55c791..be035865 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -1,3 +1,4 @@ [mysql] -prompt='(\u@\h)\n[\d] mysql> ' +prompt='(\u@\h:\d) mysql> ' +safe-updates |