Mercurial > hg > zsh-env
annotate zshrc-epm @ 132:7f20ec5f5726
bugfix for the PATH generation when switching JDKs
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Sun, 13 May 2018 13:56:19 +0200 |
| parents | ca2b58d0a32f |
| children | 4a181ed71eb5 |
| rev | line source |
|---|---|
| 46 | 1 # |
| 2 # zshrc-epm: custom shell environment for EPM | |
| 3 # | |
| 4 | |
| 5 export EDITOR="nano" | |
| 6 export JAVA_HOME=/exentra/java | |
| 7 export PATH="$JAVA_HOME/bin":"$PATH" | |
| 8 | |
| 9 . /etc/profile.d/exentra.sh | |
| 10 | |
| 11 # EPM_LOCATION is set through /etc/profile.d/exentra.sh | |
|
130
ca2b58d0a32f
EPM_LOCATION -> EX_LOCATION
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
50
diff
changeset
|
12 export PS1="%n@${EX_LOCATION}%# " |
| 46 | 13 |
| 14 alias fw="sudo iptables --line-numbers -vnL" | |
| 50 | 15 alias sex="screen -r exentra" |
| 46 | 16 alias sue="sudo -u exentra -i" |
