Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 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 | 156167445780 |
children | 7a9536fc54b8 |
comparison
equal
deleted
inserted
replaced
52:1e38ed9eb354 | 53:71da2af2ecd7 |
---|---|
5 . $HOME/.zsh-env/zshrc-jdk | 5 . $HOME/.zsh-env/zshrc-jdk |
6 . $HOME/.zsh-env/zshrc-maven | 6 . $HOME/.zsh-env/zshrc-maven |
7 . $HOME/.zsh-env/zshrc-bindkey | 7 . $HOME/.zsh-env/zshrc-bindkey |
8 | 8 |
9 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk | 9 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk |
10 export ICAROOT="/opt/ICAClient/linuxx86" | |
11 export MULE_TEST_OPTS="-Dmule.verbose=false" | 10 export MULE_TEST_OPTS="-Dmule.verbose=false" |
12 export MULE_TEST_TIMEOUTSECS=9999 | 11 export MULE_TEST_TIMEOUTSECS=9999 |
13 export PATH="$HOME/bin:${PATH}" | 12 export PATH="$HOME/bin:${PATH}" |
14 export PGUSER=postgres | 13 export PGUSER=postgres |
15 | 14 |
16 # | 15 # |
17 # aliases | 16 # aliases |
18 # | 17 # |
19 alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" | 18 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" |
20 alias bzip=lbzip2 | 19 alias bzip=lbzip2 |
21 alias df="df -h" | 20 alias df="df -h" |
22 alias env="env | sort | $PAGER" | 21 alias env="env | sort | $PAGER" |
22 alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist" | |
23 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" | 23 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" |
24 alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install" | |
24 alias ne=neditc | 25 alias ne=neditc |
25 alias top=htop | 26 alias top=htop |
26 | 27 |
27 # | 28 # |
28 # functions to be used directly from the command line | 29 # functions to be used directly from the command line |