Update dot_zshrc

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

View file

@ -8,6 +8,7 @@ export LC_ALL="en_US.UTF-8"
export BASH_SUPPORT=true
### Import Common Settings
export SHOW_MOTD=false
[ ! -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile.sh" ] || source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile.sh"
### Escape if user is root