On Tue, Oct 11, 2011 at 3:38 AM, Bill Gradwohl <b...@ycc.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> when I typo a command, bash comes back with a command not found but
> hangs the terminal for way too long.
>
> How do I get rid of the delay. I want it to release the terminal
> immediately.
>

Check if  "command_not_found_handle"  is declared:

declare -f command_not_found_handle

These days some linux distributions run a python script in it, find where
it's defined or unset it in your .bashrc

Reply via email to