Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 49:156167445780
remove unused cvs aliases, add ex-eclipse alias
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 04 Apr 2014 06:05:44 +0200 |
parents | 2e9ab483d4bd |
children | b2d78d66fa8c |
rev | line source |
---|---|
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 # |
32 | 2 # zshrc for xanthippe |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 # |
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 |
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 . $HOME/.zsh-env/zshrc-jdk |
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 . $HOME/.zsh-env/zshrc-maven |
33
2e9ab483d4bd
rename the zshrc that holds the keybindings, use it for xanthippe, too
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
32
diff
changeset
|
7 . $HOME/.zsh-env/zshrc-bindkey |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 |
14 | 9 export GPG_TTY=`tty` |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
10 export PATH="$HOME/bin:${PATH}" |