Add print for termux command not found handler
This commit is contained in:
parent
8daff27305
commit
481f32d82e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ function command_not_found_handler {
|
||||||
}
|
}
|
||||||
{%@@ if os == "termux" @@%}
|
{%@@ if os == "termux" @@%}
|
||||||
function command_not_found_handler {
|
function command_not_found_handler {
|
||||||
|
printf 'zsh: command not found: %s\n' "$1"
|
||||||
$PREFIX/libexec/termux/command-not-found $1
|
$PREFIX/libexec/termux/command-not-found $1
|
||||||
}
|
}
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue