Skip to content

Instantly share code, notes, and snippets.

@danielestevez
Created March 27, 2012 13:09
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 danielestevez/2215636 to your computer and use it in GitHub Desktop.
Save danielestevez/2215636 to your computer and use it in GitHub Desktop.
Useful aliases for bash (bash_aliases)
# .bash_aliases
alias mvi='mvn clean install -Dtest.suite=none -Dit.suite=none -o -fae'
alias psg='ps -ef | grep $1'
alias sk='sudo kill -9 $1'
alias sshi='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment