dotfiles/dot_bashrc.d/executable_11.motd
2024-09-24 21:00:35 +00:00

10 lines
143 B
Plaintext

if [ -d /etc/update-motd.d ]; then
for f in /etc/update-motd.d/* ; do
. "$f"
done
fi
if [ -x neofetch ]; then
neofetch
fi