fi
fi
-(( ${+DEBFULLNAME} )) || export DEBFULLNAME='Joerg Jaspert'
-(( ${+DEBNAME} )) || export DEBNAME='Joerg Jaspert'
-(( ${+DEBEMAIL} )) || export DEBEMAIL='joerg@debian.org'
(( ${+TMPDIR} )) || export TMPDIR="$HOME/tmp"
-[[ -f "$HOME/.local/share/mc/skins/solarized.ini" ]] && export MC_SKIN="solarized"
-
# Ensure the tmpdir exists
mkdir -p ${TMPDIR}
alias ztrace='typeset -f -t'
alias zuntrace='typeset -f +t'
-alias gitolite_spi='ssh git@git.spi-inc.org'
-
# Make popd changes permanent without having to wait for logout
if zstyle -T ':ganneff:config' dirstackhandling dirpersist dirstack; then
alias popd="popd;dirpersiststore"