mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
added mvnjetty alias
This commit is contained in:
parent
7378765a79
commit
fd8ce7f8e3
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ alias mvnag='mvn archetype:generate'
|
|||
alias mvn-updates='mvn versions:display-dependency-updates'
|
||||
alias mvntc7='mvn tomcat7:run'
|
||||
alias mvntc='mvn tomcat:run'
|
||||
alias mvnjetty='mvn jetty:run'
|
||||
|
||||
|
||||
function listMavenCompletions {
|
||||
|
|
Loading…
Reference in a new issue