Skip to content

Commit 0cd6cb8

Browse files
committed
Completion (Fish): fix fastfetch detection
1 parent af94cf4 commit 0cd6cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env fish
22

3-
if not test -x fastfetch
3+
if not type -q fastfetch
44
return
55
end
66

0 commit comments

Comments
 (0)