diff options
author | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-11-22 14:20:53 -0200 |
---|---|---|
committer | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-11-22 14:20:53 -0200 |
commit | 5ff4a0030f1b29d8e45e6f1336232a81c1b93b3d (patch) | |
tree | 2ac3ee3135473543ffca2e72f8e154b52ec8a42d /custom | |
parent | 60b7dd8af55d8e27a7326585753867f738c35dcd (diff) | |
download | zsh-5ff4a0030f1b29d8e45e6f1336232a81c1b93b3d.tar.gz zsh-5ff4a0030f1b29d8e45e6f1336232a81c1b93b3d.tar.bz2 zsh-5ff4a0030f1b29d8e45e6f1336232a81c1b93b3d.zip |
e alias
Diffstat (limited to 'custom')
-rw-r--r-- | custom/totvs.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/totvs.zsh b/custom/totvs.zsh index f3a449da6..883bdf7dd 100644 --- a/custom/totvs.zsh +++ b/custom/totvs.zsh @@ -22,6 +22,8 @@ alias ecmo=ecmstop alias ecmi=ecminstall alias ecmri=ecmruninstall alias ecm=ecmfull +alias e='MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=512m -DskipTests=true" ecm' + # update ecm ecmup() { |