From 0cd6cb841d566121f57f826a07a543bd59ea9f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 6 Dec 2023 10:28:49 +0800 Subject: [PATCH] Completion (Fish): fix fastfetch detection --- completions/fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fish b/completions/fish index aed0dccbc..de5337178 100755 --- a/completions/fish +++ b/completions/fish @@ -1,6 +1,6 @@ #!/usr/bin/env fish -if not test -x fastfetch +if not type -q fastfetch return end