Mercurial > hg > zsh-env
changeset 53:71da2af2ecd7
update the location of ant, add aliases for ex-eclipse and ex-dist
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 Sep 2014 02:31:44 +0200 |
parents | 1e38ed9eb354 |
children | 556b1cef101f |
files | zshrc-cassiopeia |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Fri Sep 12 02:29:20 2014 +0200 +++ b/zshrc-cassiopeia Thu Sep 18 02:31:44 2014 +0200 @@ -7,7 +7,6 @@ . $HOME/.zsh-env/zshrc-bindkey export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk -export ICAROOT="/opt/ICAClient/linuxx86" export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 export PATH="$HOME/bin:${PATH}" @@ -16,11 +15,13 @@ # # aliases # -alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" +alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" alias bzip=lbzip2 alias df="df -h" alias env="env | sort | $PAGER" +alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist" alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" +alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install" alias ne=neditc alias top=htop