diff --git a/bash/.bashrc b/bash/.bashrc index f509855..4627e12 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -51,3 +51,6 @@ export HISTFILESIZE=2000 # Prompt export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]" + +# fedoras stupid command-not-found shit +unset command_not_found_handle