Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 2:4c75712619f3
source the GNUstep env if it's available and set some more env vars
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 28 Nov 2011 15:29:02 +0100 |
parents | 8b245298349a |
children | 7593aefb6142 |
comparison
equal
deleted
inserted
replaced
1:e12c50e8ea8c | 2:4c75712619f3 |
---|---|
2 # zshrc for cassiopeia | 2 # zshrc for cassiopeia |
3 # | 3 # |
4 | 4 |
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 | |
8 | |
9 export ANT_HOME=/usr/share/ant-bin | |
10 export MULE_TEST_OPTS="-Dmule.verbose=false" | |
11 export MULE_TEST_TIMEOUTSECS=9999 | |
12 export PATH="$HOME/bin:${PATH}" | |
13 export PGUSER=postgres | |
7 | 14 |
8 # | 15 # |
9 # aliases | 16 # aliases |
10 # | 17 # |
11 alias bzip=pbzip2 | 18 alias bzip=pbzip2 |