diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-06-01 11:07:19 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-06-01 11:07:19 +1200 |
commit | 7b49385f30020777db82732760e667e90b9ae0f8 (patch) | |
tree | 6679d9abe69cdc2f16185b42e30a1623b946ab9a /mysql | |
parent | Update submodules (diff) | |
download | dotfiles-7b49385f30020777db82732760e667e90b9ae0f8.tar.gz dotfiles-7b49385f30020777db82732760e667e90b9ae0f8.zip |
Add skip-pager to ~/.my.cnf
I usually don't want it
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/my.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql/my.cnf b/mysql/my.cnf index e0df3c23..900cf1a9 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -3,3 +3,4 @@ default-character-set=utf8 no-auto-rehash prompt='(\u@\h:\d) mysql> ' safe-updates +skip-pager |