create core package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# command-not-found handle support
|
||||
if [ -x /usr/bin/command-not-found ]; then
|
||||
function command_not_found_handle
|
||||
{
|
||||
/usr/bin/command-not-found $1
|
||||
return $?
|
||||
}
|
||||
fi
|
||||
Reference in New Issue
Block a user