Add print for termux command not found handler

main
Marko Korhonen 2 years ago
parent eff6329368
commit ea64281432
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -42,6 +42,7 @@ function command_not_found_handler {
}
{%@@ if os == "termux" @@%}
function command_not_found_handler {
printf 'zsh: command not found: %s\n' "$1"
$PREFIX/libexec/termux/command-not-found $1
}
{%@@ endif @@%}

Loading…
Cancel
Save