aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 166fc501..7748b864 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -27,6 +27,9 @@ unalias -a
((10#${BASH_VERSINFO[1]%%[!0-9]*} < 5)) &&
return
+# Clear away command_not_found_handle if a system bashrc file set it up
+unset -f command_not_found_handle
+
# Keep around 32K lines of history in file
HISTFILESIZE=$((1 << 15))