2022-05-23 03:34:11 +00:00
|
|
|
# ~/.bashrc: executed by bash(1) for non-login shells.
|
|
|
|
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
|
|
|
# for examples
|
2022-06-18 18:13:08 +00:00
|
|
|
[ -z ${DBG_SZSHRC} ] || echo "Entered .bashrc"
|
2022-05-23 03:34:11 +00:00
|
|
|
|
2022-06-18 18:13:08 +00:00
|
|
|
[[ -r ~/.sz.shrc ]] && source ~/.sz.shrc
|
2022-05-23 03:34:11 +00:00
|
|
|
|
2022-06-18 18:13:08 +00:00
|
|
|
[ -z ${DBG_SZSHRC} ] || echo "Exiting .bashrc"
|