Skip to content

Instantly share code, notes, and snippets.

@balda
Created May 28, 2014 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balda/94e2ad4c9985df6edd91 to your computer and use it in GitHub Desktop.
Save balda/94e2ad4c9985df6edd91 to your computer and use it in GitHub Desktop.
Bash alias (example with mongod)
# Run mongo with local config
alias mf="mongod -f /usr/local/etc/mongod.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment