Allow for custom motd
This commit is contained in:
parent
af2dcf1752
commit
ef935a136b
@ -226,4 +226,8 @@ if [ -f '/Users/daniel.de.cloet/google-cloud-sdk/path.zsh.inc' ]; then . '/Users
|
||||
if [ -f '/Users/daniel.de.cloet/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/daniel.de.cloet/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
{%- endif %}
|
||||
|
||||
{%- if motd is defined %}
|
||||
{{ motd }}
|
||||
{%- else %}
|
||||
fortune -s
|
||||
{%- endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user