This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
4454
Commits
6
Branches
0
Tags
18 MiB
Tree:
d8528df92b
termux-packages
/
packages
/
bash
/
etc-bash.bashrc
4 lines
86 B
Raw
Normal View
History
Enable command-not-found for bash and zsh interactive shells
10 years ago
command_not_found_handle() {
@TERMUX_PREFIX@/libexec/termux/command-not-found "$1"
}