mysql: Add default config file
This commit is contained in:
parent
5f9cc25d9d
commit
13b0623d4d
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
~/.config/zsh: zsh/
|
~/.config/zsh: zsh/
|
||||||
~/.emacs.d: emacs/
|
~/.emacs.d: emacs/
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
|
~/.my.cnf: mysql/.my.cnf
|
||||||
~/.psqlrc: psql/.psqlrc
|
~/.psqlrc: psql/.psqlrc
|
||||||
~/.tmux.conf: tmux/.tmux.conf
|
~/.tmux.conf: tmux/.tmux.conf
|
||||||
~/.vimrc: vim/.vimrc
|
~/.vimrc: vim/.vimrc
|
||||||
|
|
|
||||||
2
mysql/.my.cnf
Normal file
2
mysql/.my.cnf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[mysql]
|
||||||
|
auto-vertical-output
|
||||||
Loading…
Add table
Add a link
Reference in a new issue