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
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.
Fish shell contains a
fish_command_not_found
function that is run when the executed command can't be found. Addingcmdh
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
The text was updated successfully, but these errors were encountered: