Whenever I mistype some command like clea
instead of clear
, bash tries to find potential packages that might have this command, and suggests installing it if available.
I do not want this to happen, since it takes quite a while to lookup, and I want the process to terminate immediately so that I can use my terminal again.
Is there a workaround for this?