On 07/14/2014 11:21 AM, David C. Rankin wrote:
All,
In 13.1, if the command is not found, you get a 3-line narrative explaining it may be a typo. e.g:
[13:06 alchemy:.../aoo/en-US/RPMS] # dog If 'dog' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf dog
I just want the good old:
13:10 nirvana:/srv/http/dl/bugs/moz> dog -bash: dog: command not found
Where do I turn this long version off? It seems like I've done this before, but it has been years and I can't remember where to do it?
Also (related), when I use grep, the search term in the results is colored red. E.g (openoffice is red below):
[12:20 alchemy:.../aoo/en-US/RPMS] # rpm -qa | grep openoffice openoffice-core05-4.1.0-9764.x86_64 openoffice-brand-en-US-4.1.0-9764.x86_64 openoffice-math-4.1.0-9764.x86_64 openoffice-onlineupdate-4.1.0-9764.x86_64 ^^^^^^^^^^ red
How do I turn this off so I just get plain search results back?
Hi David, For the "command not found" thing, just add: unset command_not_found_handle to ~/.bashrc I don't know about the color thing... Regards, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org