mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 13:10:37 +00:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
if [ -x @TERMUX_PREFIX@/libexec/termux/command-not-found ]; then
|
|
command_not_found_handle() {
|
|
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1"
|
|
}
|
|
fi
|
|
|
|
PS1='\$ '
|