(motd): Disable motd, enable fastfetch if available.
This commit is contained in:
parent
c8f54de1f6
commit
6ef9f23293
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user