[mongo] add mongorc file to make everything pretty
This commit is contained in:
parent
5f9f75282f
commit
64dc22d6f9
2 changed files with 3 additions and 0 deletions
2
install
2
install
|
@ -19,6 +19,7 @@ rm -rf \
|
|||
$HOME/.gemrc \
|
||||
$HOME/.gitconfig \
|
||||
$HOME/.grcat \
|
||||
$HOME/.mongorc.js \
|
||||
$HOME/.my.cnf \
|
||||
$HOME/.screenrc \
|
||||
$HOME/.tmux.conf \
|
||||
|
@ -30,6 +31,7 @@ ln -s $DOTFILES/gemrc $HOME/.gemrc
|
|||
ln -s $DOTFILES/gitconfig $HOME/.gitconfig
|
||||
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
|
||||
ln -s $DOTFILES/vendor/nitso/colour-mysql-console/.grcat $HOME/.grcat
|
||||
ln -s $DOTFILES/mongorc.js $HOME/.mongorc.js
|
||||
ln -s $DOTFILES/my.cnf $HOME/.my.cnf
|
||||
ln -s $DOTFILES/screenrc $HOME/.screenrc
|
||||
ln -s $DOTFILES/tmux.conf $HOME/.tmux.conf
|
||||
|
|
1
mongorc.js
Normal file
1
mongorc.js
Normal file
|
@ -0,0 +1 @@
|
|||
DBQuery.prototype._prettyShell = true
|
Loading…
Add table
Add a link
Reference in a new issue