diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 6fea3ed..d9adff4 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -222,11 +222,6 @@ fi case $- in *i*) # Shell is interactive - if ! test -f .hushlogin && test -r /etc/motd; then - echo "---- BEGIN MOTD ----" - cat /etc/motd - echo "----- END MOTD -----" - fi printf "\033[7m" uname -sr printf "\033[0m"