Blob config/fish/functions/fish_command_not_found.fish
1 2 3 4 5 6 7 |
function fish_command_not_found # leave my disk alone, $distros # what's next? sending my cmdline to a remote service # to correct it? then you can upsell some garbage # software? __fish_default_command_not_found_handler $argv end |