# HG changeset patch # User Dirk Olmes # Date 1520607791 -3600 # Node ID ca2b58d0a32f10c23c2532bf303c378e00f5ebca # Parent 732218b430dcab4ce80bfc4c6388bd1ba0c92d00 EPM_LOCATION -> EX_LOCATION diff -r 732218b430dc -r ca2b58d0a32f zshrc-epm --- a/zshrc-epm Tue Mar 06 10:18:31 2018 +0100 +++ b/zshrc-epm Fri Mar 09 16:03:11 2018 +0100 @@ -9,7 +9,7 @@ . /etc/profile.d/exentra.sh # EPM_LOCATION is set through /etc/profile.d/exentra.sh -export PS1="%n@${EPM_LOCATION}%# " +export PS1="%n@${EX_LOCATION}%# " alias fw="sudo iptables --line-numbers -vnL" alias sex="screen -r exentra"