[mongo] add mongorc file to make everything pretty

This commit is contained in:
Josh Sherman 2017-12-23 16:20:30 -06:00
parent 5f9f75282f
commit 64dc22d6f9
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 3 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
DBQuery.prototype._prettyShell = true