dotfiles.2022/_home/dot_zshrc

6 lines
131 B
Plaintext
Raw Normal View History

2022-09-29 22:29:13 +00:00
[ -z ${DBG_SHRC} ] || echo "Entered .zshrc"
[[ -r ~/.sz.shrc ]] && source ~/.sz.shrc
2022-09-29 22:29:13 +00:00
[ -z ${DBG_SHRC} ] || echo "Exiting .zshrc"