[[ -z "$PS1" ]] && return _zshdir="$HOME/.zshrc.d" {% if machine.gpg_agent %} export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) {% endif %} for file in "${_zshdir}"/* ; do if [[ -e "$file" ]] ; then source "$file" fi done source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh