From 6ef9f23293b5cb5bdef06b478f09a659df619450 Mon Sep 17 00:00:00 2001 From: "heavy@hetzner" Date: Thu, 30 Oct 2025 15:02:41 +0000 Subject: [PATCH] (motd): Disable motd, enable fastfetch if available. --- dot_bashrc.d/executable_11.motd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dot_bashrc.d/executable_11.motd b/dot_bashrc.d/executable_11.motd index fd5bca5..04083d2 100644 --- a/dot_bashrc.d/executable_11.motd +++ b/dot_bashrc.d/executable_11.motd @@ -1,9 +1,12 @@ -if [ -d /etc/update-motd.d ]; then - for f in /etc/update-motd.d/* ; do - . "$f" - done -fi +#if [ -d /etc/update-motd.d ]; then +# for f in /etc/update-motd.d/* ; do +# . "$f" +# done +#fi +if [ -x fastfetch ]; then + fastfetch +fi if [ -x neofetch ]; then neofetch fi