Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 60:b2d78d66fa8c
include the gpg agent info file
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 09 Feb 2013 05:18:47 +0100 |
parents | 2e9ab483d4bd |
children | 9222611c7a2e |
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 |
60
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
5 . ${HOME}/.zsh-env/zshrc-jdk |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
6 . ${HOME}/.zsh-env/zshrc-maven |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
7 . ${HOME}/.zsh-env/zshrc-bindkey |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
8 |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
9 GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info" |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
10 if [ -f "${GPG_AGENT_FILE}" ]; then |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
11 . "${GPG_AGENT_FILE}" |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
12 export GPG_AGENT_INFO |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
13 fi |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
14 |
14 | 15 export GPG_TTY=`tty` |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 export PATH="$HOME/bin:${PATH}" |