mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
alias the mvn-color command to override mvn
This commit is contained in:
parent
83783ecb4b
commit
4a63f061db
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ mvn-color()
|
||||||
}
|
}
|
||||||
|
|
||||||
# Override the mvn command with the colorized one.
|
# Override the mvn command with the colorized one.
|
||||||
#alias mvn="mvn-color"
|
alias mvn="mvn-color"
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias mvncie='mvn clean install eclipse:eclipse'
|
alias mvncie='mvn clean install eclipse:eclipse'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue