added spots for custom alias, completion and function scripts for bash magic, more work on install

This commit is contained in:
Joe Fleming
2012-05-06 14:07:22 -07:00
parent 8ca6d2b0d9
commit 253fbf5718
5 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
alias mon='mongo'
alias mond='mongod -f ~/mongod.conf'
alias monr='mond --repair'