[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Time delay on command not found
From: |
Pierre Gaston |
Subject: |
Re: Time delay on command not found |
Date: |
Tue, 11 Oct 2011 09:39:49 +0300 |
On Tue, Oct 11, 2011 at 3:38 AM, Bill Gradwohl <bill@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