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