Add command not found handler for termux
This commit is contained in:
parent
682218f113
commit
eff6329368
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ function command_not_found_handler {
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
{%@@ if os == "termux" @@%}
|
||||||
|
function command_not_found_handler {
|
||||||
|
$PREFIX/libexec/termux/command-not-found $1
|
||||||
|
}
|
||||||
|
{%@@ endif @@%}
|
||||||
|
|
||||||
# search and install/remove packages with fzf
|
# search and install/remove packages with fzf
|
||||||
pi() {
|
pi() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue