Mercurial > hg > zsh-env
view zshrc-epm @ 62:16d8d652fcf1
Automated merge with https://localhost/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 04 Feb 2015 02:56:28 +0100 |
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"