Mercurial > hg > zsh-env
view zshrc-epm @ 131:e72a98823522
update the jdk support module
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 13 May 2018 13:54:32 +0200 |
parents | ca2b58d0a32f |
children | 4a181ed71eb5 |
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@${EX_LOCATION}%# " alias fw="sudo iptables --line-numbers -vnL" alias sex="screen -r exentra" alias sue="sudo -u exentra -i"