Mercurial > hg > zsh-env
view zshrc-epm @ 158:08620c68ca55
add a default .profile which runs a zsh. This comes in handy on systems where you cannot chsh
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 14 Dec 2019 06:13:05 +0100 |
parents | 279d1363e918 |
children |
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/EX_LOCATION is set through /etc/profile.d/exentra.sh if [[ "$EX_LOCATION" != "" ]]; then export PS1="%n@${EX_LOCATION}%# " else export PS1="%n@${EPM_LOCATION}%# " fi alias fw="sudo iptables --line-numbers -vnL" alias sue="sudo -u exentra -i"