From 8ef00c6d849dd54642113e5747e1f689e29370ed Mon Sep 17 00:00:00 2001 From: command_block Date: Tue, 5 Mar 2024 01:38:12 +0800 Subject: [PATCH] fix(fifc): fix command not found in preview Inspired by #31 Resolves #31 --- functions/_fifc.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/_fifc.fish b/functions/_fifc.fish index a405dcc..3fa3c5c 100644 --- a/functions/_fifc.fish +++ b/functions/_fifc.fish @@ -1,4 +1,5 @@ function _fifc + set -f --export SHELL (command --search fish) set -l result set -Ux _fifc_extract_regex set -gx _fifc_complist_path (string join '' (mktemp) "_fifc")