termux-packages/packages/zsh/etc-zshrc

7 lines
106 B
Plaintext

command_not_found_handler() {
@TERMUX_PREFIX@/libexec/termux/command-not-found $1
return 0
}
PS1='%# '