Fish shell contains a fish_command_not_found function that is run when the executed command can't be found. Adding cmdh to the function call would allow the command to be found successfully even if the shell fails to find the command.
https://fishshell.com/docs/current/cmds/fish_command_not_found.html
See: ollama/ollama#1595
Fish shell contains a
fish_command_not_foundfunction that is run when the executed command can't be found. Addingcmdhto the function call would allow the command to be found successfully even if the shell fails to find the command.https://fishshell.com/docs/current/cmds/fish_command_not_found.html
See: ollama/ollama#1595