chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / zsh / etc-zshrc
1 command_not_found_handler() {
2         @TERMUX_PREFIX@/libexec/termux/command-not-found $1
3         return 0
4 }