Update profile.sh.tmpl
This commit is contained in:
parent
7796a7f37f
commit
bf600469de
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
|
|||
fi
|
||||
|
||||
### MOTD
|
||||
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/motd.sh" ]; then
|
||||
if [ "$SHOW_MOTD" = 'true' ] && [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/motd.sh" ]; then
|
||||
. "${XDG_CONFIG_HOME:-$HOME/.config}/shell/motd.sh"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue