Mercurial > hg > zsh-env
view zshrc-xanthippe @ 118:b279e1279ce7
remove outdated tooling support
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:22:10 +0100 |
parents | 0896c2a1b094 |
children | 3ed63e48767c |
line wrap: on
line source
# # zshrc for xanthippe # . ${HOME}/.zsh-env/zshrc-jdk . ${HOME}/.zsh-env/zshrc-maven . ${HOME}/.zsh-env/zshrc-bindkey . ${HOME}/.zsh-env/zshrc-docker GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info" if [ -f "${GPG_AGENT_FILE}" ]; then . "${GPG_AGENT_FILE}" export GPG_AGENT_INFO fi export GPG_TTY=`tty` export PATH="$HOME/bin:${PATH}" alias top="htop -C"