mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
added aliases for tomcat:run tomcat7:run
This commit is contained in:
@@ -53,6 +53,10 @@ alias mvncom='mvn compile'
|
|||||||
alias mvnt='mvn test'
|
alias mvnt='mvn test'
|
||||||
alias mvnag='mvn archetype:generate'
|
alias mvnag='mvn archetype:generate'
|
||||||
alias mvn-updates='mvn versions:display-dependency-updates'
|
alias mvn-updates='mvn versions:display-dependency-updates'
|
||||||
|
alias mvntc7='mvn tomcat7:run'
|
||||||
|
alias mvntc='mvn tomcat:run'
|
||||||
|
|
||||||
|
|
||||||
function listMavenCompletions {
|
function listMavenCompletions {
|
||||||
reply=(
|
reply=(
|
||||||
# common lifecycle
|
# common lifecycle
|
||||||
|
|||||||
Reference in New Issue
Block a user