alias the mvn-color command to override mvn

This commit is contained in:
Kyle Chamberlin 2015-09-09 11:50:54 -04:00
commit 4a63f061db

View file

@ -43,7 +43,7 @@ mvn-color()
}
# Override the mvn command with the colorized one.
#alias mvn="mvn-color"
alias mvn="mvn-color"
# aliases
alias mvncie='mvn clean install eclipse:eclipse'