Mercurial > hg > zsh-env
view zshrc-epm @ 89:a31352c6a051
The folder for the rpi checkout has changed ...
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 23 May 2016 08:57: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"