Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 25:a51240a0cd47
set the exentra workspace env var which helps generating linked projects
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 15 Feb 2012 01:49:27 +0100 |
parents | 7160269ef6a4 |
children | 7ca2aaae6c4b |
comparison
equal
deleted
inserted
replaced
24:7160269ef6a4 | 25:a51240a0cd47 |
---|---|
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 #. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh | 7 #. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh |
8 | 8 |
9 export ANT_HOME=/usr/share/ant-bin | 9 export ANT_HOME=/usr/share/ant-bin |
10 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk | |
10 export MULE_TEST_OPTS="-Dmule.verbose=false" | 11 export MULE_TEST_OPTS="-Dmule.verbose=false" |
11 export MULE_TEST_TIMEOUTSECS=9999 | 12 export MULE_TEST_TIMEOUTSECS=9999 |
12 export PATH="$HOME/bin:${PATH}" | 13 export PATH="$HOME/bin:${PATH}" |
13 export PGUSER=postgres | 14 export PGUSER=postgres |
14 | 15 |