+unset command_not_found_handle
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 28 May 2013 15:28:27 +0000 (17:28 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 28 May 2013 15:28:27 +0000 (17:28 +0200)
.bashrc

diff --git a/.bashrc b/.bashrc
index 5f03937..3937226 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -156,6 +156,7 @@ eval '
        function ucwkbd { setxkbmap -layout us,cz -variant ,ucw -option grp:caps_switch; }
 '
 
+unset command_not_found_handle
 export IGNOREEOF=10
 # '2>/dev/null' to prevent: TMOUT: readonly variable
 [ -n "$SSH_TTY" ] && export TMOUT=900 2>/dev/null