Skip to content

Commit

Permalink
fix(fifc): fix command not found in preview
Browse files Browse the repository at this point in the history
Inspired by #31

Resolves #31
  • Loading branch information
Zh40Le1ZOOB committed Mar 4, 2024
1 parent 2ee5bee commit 8ef00c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/_fifc.fish
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 8ef00c6

Please sign in to comment.