You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this needs to be rewritten to use string-match
- (line 65): No matches for wildcard '"mise-"*'. See `help wildcards-globbing`.
if test "$argv[1]" != "mise" -a "$argv[1]" != "mise-"*
^~~~~~~^
in function 'fish_command_not_found' with arguments 'bzl'
in event handler: handler for generic event 'fish_command_not_found'
fish: Unknown command: bzl
this isn't a major bug since the command won't be found anyhow but we should still fix it to remove the noise
The text was updated successfully, but these errors were encountered:
I believe this needs to be rewritten to use
string-match
this isn't a major bug since the command won't be found anyhow but we should still fix it to remove the noise
The text was updated successfully, but these errors were encountered: