(fastfetch): Use fastfetch if available.

This commit is contained in:
heavy@hetzner 2025-10-30 16:12:01 +00:00
parent 6ef9f23293
commit 5e9040da04

View File

@ -4,9 +4,8 @@
# done # done
#fi #fi
if [ -x fastfetch ]; then if command -v fastfetch 2>&1 >/dev/null; then
fastfetch fastfetch
fi elif command -v neofetch 2>&1 >/dev/null; then
if [ -x neofetch ]; then
neofetch neofetch
fi fi