view zshrc-xanthippe @ 175:8af0a6219353

Remove the support for genkernel 3, add support for distinguishing between gentoo/vanilla sources
author Dirk Olmes <dirk.olmes@codedo.de>
date Wed, 15 Apr 2020 09:02:04 +0200
parents ebcb738274d1
children 0e22ae080bf1
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
. ${HOME}/.zsh-env/zshrc-ipv6

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:$HOME/.nodejs/bin:${PATH}"

alias ne="nano -E"
alias p9="ping 9.9.9.9"
alias top="htop -C"
alias ytdl="youtube-dl -x --audio-format mp3"