Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Jan 20, 2025
1 parent 250b74b commit b70c445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if functions -q fish_command_not_found; and not functions -q __mise_fish_command
end

function fish_command_not_found
if string match -qrv '^(?:mise$|mise-)' $argv[1] &&
if string match -qrv -- '^(?:mise$|mise-)' $argv[1] &&
/some/dir/mise hook-not-found -s fish -- $argv[1]
/some/dir/mise hook-env --status -s fish | source
else if functions -q __mise_fish_command_not_found
Expand Down

0 comments on commit b70c445

Please sign in to comment.