3 lines
189 B
Bash
3 lines
189 B
Bash
|
# Enable pkgfile to automatically search for packages if pkgfile is installed
|
||
|
[[ -s /usr/share/doc/pkgfile/command-not-found.bash ]] && source /usr/share/doc/pkgfile/command-not-found.bash
|