fetch: Detect Neofetch properly

This commit is contained in:
Salt 2018-08-14 17:04:25 -05:00
parent bf4cdc3ccf
commit dfcbacfc0f

2
fetch
View File

@ -1,5 +1,5 @@
#!/bin/sh
if [ "`which neofetch > /dev/null 2>&1`" ]; then
if `which neofetch > /dev/null 2>&1`; then
neofetch\
--disable model resolution\
--block_range 0 15\