# HG changeset patch # User Dirk Olmes # Date 1393922623 -3600 # Node ID 1cbbe8b41622e238f52694154e66bcc88b8c3af0 # Parent e91d7b23a31fa58c11e6c1a74e3dfb13a4744d9b zshrc for EPM diff -r e91d7b23a31f -r 1cbbe8b41622 zshrc-epm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-epm Tue Mar 04 09:43:43 2014 +0100 @@ -0,0 +1,15 @@ +# +# 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"