1
0
Fork 0
dotfiles/files/.config/zsh/custom/200-motd.zsh

5 lines
45 B
Bash
Raw Normal View History

2018-03-10 04:04:29 +00:00
if [ "$IS_ROOT" = false ]; then
2018-05-14 19:12:06 +00:00
motd
2018-03-10 04:04:29 +00:00
fi