From c773ae404a5002f0f3e0542543d54e767c2d1f29 Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 17 Jan 2021 13:30:22 -0600 Subject: [PATCH] Silence terminal bell in bashrc --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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