Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 50:d7dbed316e60
add alias
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 13 Aug 2014 16:54:56 +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}" |