mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
added aliases for tomcat:run tomcat7:run
This commit is contained in:
parent
8b667b2299
commit
7378765a79
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ alias mvncom='mvn compile'
|
|||
alias mvnt='mvn test'
|
||||
alias mvnag='mvn archetype:generate'
|
||||
alias mvn-updates='mvn versions:display-dependency-updates'
|
||||
alias mvntc7='mvn tomcat7:run'
|
||||
alias mvntc='mvn tomcat:run'
|
||||
|
||||
|
||||
function listMavenCompletions {
|
||||
reply=(
|
||||
# common lifecycle
|
||||
|
|
Loading…
Reference in a new issue