Skip to content

Commit

Permalink
Configure mysql client to ignore -F on less.
Browse files Browse the repository at this point in the history
And a decent prompt while I'm here.
  • Loading branch information
mathie committed Apr 3, 2012
1 parent b6397c3 commit 5cc1c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
default: install default: install


DOT_FILES = MacOSX gemrc git_template gitconfig gitignore_global tmux.conf zshrc zsh_functions editrc pryrc tmuxinator ackrc DOT_FILES = MacOSX gemrc git_template gitconfig gitignore_global tmux.conf zshrc zsh_functions editrc pryrc tmuxinator ackrc my.cnf
BIN_DIR = bin BIN_DIR = bin


install: install_dotfiles install_bin_dir install_vim_config install: install_dotfiles install_bin_dir install_vim_config
Expand Down
4 changes: 4 additions & 0 deletions my.cnf
@@ -0,0 +1,4 @@
[mysql]
pager = less -+F
prompt = \\c:(\\u@\\h) [\\d]>\\_

0 comments on commit 5cc1c47

Please sign in to comment.