diff --git a/bash/.bashrc b/bash/.bashrc index be4358d..6d14d45 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -29,6 +29,8 @@ alias ip='ip -c' #alias s='sudo $(history -p !!)' alias s='sudo' +set bell-style none + ## function and alias for short find short_find() { find ./ -iname "*${1}*" @@ -158,3 +160,5 @@ ex() { done return "$e" } + +# turn off incredibly annoying bell