Mercurial > hg > zsh-env
view zshrc-epm @ 46:1cbbe8b41622
zshrc for EPM
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 04 Mar 2014 09:43:43 +0100 |
parents | |
children | d7dbed316e60 |
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 sue="sudo -u exentra -i"