Mercurial > hg > zsh-env
view zshrc-xanthippe @ 85:e0990028b5bf
Custom format when displaying docker images
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 07 Apr 2016 14:01:37 +0000 |
parents | 9222611c7a2e |
children | 93f7be107f46 |
line wrap: on
line source
# # zshrc for xanthippe # . ${HOME}/.zsh-env/zshrc-jdk . ${HOME}/.zsh-env/zshrc-maven . ${HOME}/.zsh-env/zshrc-bindkey 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