Completion (Fish): fix fastfetch detection

This commit is contained in:
李通洲
2023-12-06 10:28:49 +08:00
parent af94cf4d0d
commit 0cd6cb841d
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env fish
if not test -x fastfetch
if not type -q fastfetch
return
end