annotate zshrc-epm @ 53:71da2af2ecd7

update the location of ant, add aliases for ex-eclipse and ex-dist
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 18 Sep 2014 02:31:44 +0200
parents d7dbed316e60
children ca2b58d0a32f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 #
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # zshrc-epm: custom shell environment for EPM
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 #
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 export EDITOR="nano"
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 export JAVA_HOME=/exentra/java
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 export PATH="$JAVA_HOME/bin":"$PATH"
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 . /etc/profile.d/exentra.sh
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 # EPM_LOCATION is set through /etc/profile.d/exentra.sh
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 export PS1="%n@${EPM_LOCATION}%# "
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 alias fw="sudo iptables --line-numbers -vnL"
50
d7dbed316e60 add alias
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 46
diff changeset
15 alias sex="screen -r exentra"
46
1cbbe8b41622 zshrc for EPM
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 alias sue="sudo -u exentra -i"