Mercurial > hg > zsh-env
view zshrc-xanthippe @ 110:0896c2a1b094
no colors in htop, please
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 07 Dec 2016 10:07:30 +0100 |
parents | 93f7be107f46 |
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"