From 9b6d07193d76c51b0672123d9854c0127d1f4c16 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 3 May 2022 09:50:17 -0400 Subject: [PATCH] set bell directly in bashrc --- .bashrc | 2 ++ .inputrc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .inputrc diff --git a/.bashrc b/.bashrc index 0a6caa3..033059c 100644 --- a/.bashrc +++ b/.bashrc @@ -149,3 +149,5 @@ export DENO_INSTALL="/home/ptrowbridge/.deno" export PATH=$PATH:"$DENO_INSTALL/bin:$PATH" eval `keychain --eval id_rsa` + +bind 'set bell-style none' diff --git a/.inputrc b/.inputrc deleted file mode 100644 index ac81a39..0000000 --- a/.inputrc +++ /dev/null @@ -1 +0,0 @@ -set bell-style none