Mercurial > hg > zsh-env
comparison zshrc-xanthippe @ 61:37fb3d013086
Automated merge with https://xanthippe/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 03 Sep 2013 07:45:23 +0200 |
parents | b2d78d66fa8c |
children | 9222611c7a2e |
comparison
equal
deleted
inserted
replaced
39:46fb22ffffa8 | 61:37fb3d013086 |
---|---|
1 # | 1 # |
2 # zshrc for xanthippe | 2 # zshrc for xanthippe |
3 # | 3 # |
4 | 4 |
5 . $HOME/.zsh-env/zshrc-jdk | 5 . ${HOME}/.zsh-env/zshrc-jdk |
6 . $HOME/.zsh-env/zshrc-maven | 6 . ${HOME}/.zsh-env/zshrc-maven |
7 . $HOME/.zsh-env/zshrc-bindkey | 7 . ${HOME}/.zsh-env/zshrc-bindkey |
8 | |
9 GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info" | |
10 if [ -f "${GPG_AGENT_FILE}" ]; then | |
11 . "${GPG_AGENT_FILE}" | |
12 export GPG_AGENT_INFO | |
13 fi | |
8 | 14 |
9 export GPG_TTY=`tty` | 15 export GPG_TTY=`tty` |
10 export PATH="$HOME/bin:${PATH}" | 16 export PATH="$HOME/bin:${PATH}" |