dotfiles/.config/fish/functions/fish_command_not_found.fish

5 lines
99 B
Fish

function fish_command_not_found
echo Did not find command $argv[1]
pkgfile -s $argv[1]
end