termux-packages/packages/zsh/etc-zshrc

5 lines
95 B
Plaintext

command_not_found_handler() {
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
return 0
}