Skip to content

Commit b2ac36e

Browse files
authored
Merge pull request #38 from Zh40Le1ZOOB/main
fix(fifc): fix command not found in preview
2 parents 2ee5bee + 8ef00c6 commit b2ac36e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/_fifc.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function _fifc
2+
set -f --export SHELL (command --search fish)
23
set -l result
34
set -Ux _fifc_extract_regex
45
set -gx _fifc_complist_path (string join '' (mktemp) "_fifc")

0 commit comments

Comments
 (0)