diff --git a/fetch b/fetch index 5e7b2cc..121d719 100755 --- a/fetch +++ b/fetch @@ -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\