(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
|
#if [ -d /etc/update-motd.d ]; then
|
||||||
for f in /etc/update-motd.d/* ; do
|
# for f in /etc/update-motd.d/* ; do
|
||||||
. "$f"
|
# . "$f"
|
||||||
done
|
# done
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
|
if [ -x fastfetch ]; then
|
||||||
|
fastfetch
|
||||||
|
fi
|
||||||
if [ -x neofetch ]; then
|
if [ -x neofetch ]; then
|
||||||
neofetch
|
neofetch
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user