Skip to content

Instantly share code, notes, and snippets.

@joshkitt
Created February 27, 2017 17:56
Show Gist options
  • Save joshkitt/a05d390545fdcaa7f4430d92a945d5c2 to your computer and use it in GitHub Desktop.
Save joshkitt/a05d390545fdcaa7f4430d92a945d5c2 to your computer and use it in GitHub Desktop.
ZSH (Oh My Zsh) "custom" directory alias file
alias mvnq='mvn package -o -Dmaven.test.skip'
alias mvnx='f() { mvn $1 package -o -Dmaven.test.skip };f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment