Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # (c) Zygmunt Krynicki 2007,
- # Licensed under GPL, see COPYING for the whole text
- #
- # This script will look-up command in the database and suggest
- # installation of packages available from the repository
- if [[ -x /usr/lib/command-not-found ]] ; then
- if (( ! [36m${[39;49;00m+functions[command_not_found_handler][36m}[39;49;00m )) ; then
- function command_not_found_handler {
- [[ -x /usr/lib/command-not-found ]] || return 1
- /usr/lib/command-not-found --no-failure-msg -- [36m${[39;49;00m[34m1[39;49;00m+[33m"[39;49;00m[33m$1[39;49;00m[33m"[39;49;00m[36m}[39;49;00m [04m[31;01m&[39;49;00m[04m[31;01m&[39;49;00m :
- }
- fi
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement