Update dot_bashrc

This commit is contained in:
Brian Zalewski 2024-02-26 07:22:22 -05:00 committed by GitHub
parent 3e20ff468d
commit c4345dd827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ if [ -t 1 ]; then
fi
### Import Common Settings
export SHOW_MOTD=false
[ ! -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile.sh" ] || . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile.sh"
### Escape if user is root