From b10ea19961f0abe25a9459b73bb8b8e966544168 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 12 Jul 2010 13:25:51 +0100 Subject: [PATCH] Bash 4 stuff. Unset command_not_found_handle so typos and missing commands don't trigger whatever annoying handler the vendor has set up. --- .profile.d/bash4.bashrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .profile.d/bash4.bashrc diff --git a/.profile.d/bash4.bashrc b/.profile.d/bash4.bashrc new file mode 100644 index 0000000..1a7309e --- /dev/null +++ b/.profile.d/bash4.bashrc @@ -0,0 +1 @@ +unset command_not_found_handle -- 2.7.4