Mercurial > hg > zsh-env
comparison zshrc-xanthippe @ 62:16d8d652fcf1
Automated merge with https://localhost/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 04 Feb 2015 02:56:28 +0100 |
parents | b2d78d66fa8c |
children | 9222611c7a2e |
comparison
equal
deleted
inserted
replaced
59:582fde73557e | 62:16d8d652fcf1 |
---|---|
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}" |