aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/bell.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/bell.bash b/bash/bashrc.d/bell.bash
deleted file mode 100644
index 7f8c8444..00000000
--- a/bash/bashrc.d/bell.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# Print a terminal bell
-bell() {
- printf '\a'
-}