(fastfetch): Use fastfetch if available.
This commit is contained in:
parent
6ef9f23293
commit
5e9040da04
@ -4,9 +4,8 @@
|
||||
# done
|
||||
#fi
|
||||
|
||||
if [ -x fastfetch ]; then
|
||||
if command -v fastfetch 2>&1 >/dev/null; then
|
||||
fastfetch
|
||||
fi
|
||||
if [ -x neofetch ]; then
|
||||
elif command -v neofetch 2>&1 >/dev/null; then
|
||||
neofetch
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user