https://github.com/MitchellThompkins/dotfiles/blob/4d4277aa4f8bf24175cf5b02c3ab28217f5c6d71/setup_work_envir.sh#LL90C16-L90C36 ```bash -e if [ -f /Users/nataliaop/.bashrc ]; then . /Users/nataliaop/.dotfile_rc fi ``` Note the additional `-e`.
https://github.com/MitchellThompkins/dotfiles/blob/4d4277aa4f8bf24175cf5b02c3ab28217f5c6d71/setup_work_envir.sh#LL90C16-L90C36
Note the additional
-e.