dotfiles/dot_bashrc.d/executable_11.motd

13 lines
191 B
Plaintext

#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