dotfiles.2022/_home/dot_bashrc

9 lines
278 B
Plaintext

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
[ -z ${DBG_SHRC} ] || echo "Entered .bashrc"
[[ -r ~/.sz.shrc ]] && source ~/.sz.shrc
[ -z ${DBG_SHRC} ] || echo "Exiting .bashrc"