From: Iain Patterson Date: Mon, 12 Jul 2010 12:25:51 +0000 (+0100) Subject: Bash 4 stuff. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=b10ea19961f0abe25a9459b73bb8b8e966544168;p=profile.git Bash 4 stuff. Unset command_not_found_handle so typos and missing commands don't trigger whatever annoying handler the vendor has set up. --- 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