Fedora 16: Bash pauses when command not found

Bash pauses some seconds before return when a typed command does not exists.
This happens due to a Bash addon which try to hint the misspelled command.
To disable this feature put this line at the end of /etc/bashrc or ~/.bashrc
unset command_not_found_handle

From: http://service.steinberg.net/knowledge_pro.nsf/0/86e1874e598f6746c1256a3900385a44?OpenDocument

[Back to Index]