mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
Completion (Fish): fix fastfetch detection
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
if not test -x fastfetch
|
||||
if not type -q fastfetch
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user