a0a6d2d46d
Fixes #2655.
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
command_not_found_handler() {
|
|
@TERMUX_PREFIX@/libexec/termux/command-not-found $1 || exit $?
|
|
}
|
|
|
|
PS1='%# '
|