1 changed files with 5 additions and 3 deletions
@ -1,5 +1,7 @@ |
|||||
|
if [ -x @TERMUX_PREFIX@/libexec/termux/command-not-found ]; then |
||||
command_not_found_handle() { |
command_not_found_handle() { |
||||
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1" |
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1" |
||||
} |
} |
||||
|
fi |
||||
|
|
||||
PS1='\$ ' |
PS1='\$ ' |
||||
|
Loading…
Reference in new issue