Files
dotfiles/bash/bash_aliases.d/mongo.sh

4 lines
82 B
Bash

alias mon='mongo'
alias mond='mongod -f ~/mongod.conf'
alias monr='mond --repair'