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