dotfiles.2022/_home/dot_zshrc

6 lines
135 B
Plaintext

[ -z ${DBG_SZSHRC} ] || echo "Entered .zshrc"
[[ -r ~/.sz.shrc ]] && source ~/.sz.shrc
[ -z ${DBG_SZSHRC} ] || echo "Exiting .zshrc"