Mercurial > hg > zsh-env
view zshrc-epm @ 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 | d7dbed316e60 |
children | ca2b58d0a32f |
line wrap: on
line source
# # zshrc-epm: custom shell environment for EPM # export EDITOR="nano" export JAVA_HOME=/exentra/java export PATH="$JAVA_HOME/bin":"$PATH" . /etc/profile.d/exentra.sh # EPM_LOCATION is set through /etc/profile.d/exentra.sh export PS1="%n@${EPM_LOCATION}%# " alias fw="sudo iptables --line-numbers -vnL" alias sex="screen -r exentra" alias sue="sudo -u exentra -i"