aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/bell.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/bell.bash')
-rw-r--r--bash/bashrc.d/bell.bash9
1 files changed, 0 insertions, 9 deletions
diff --git a/bash/bashrc.d/bell.bash b/bash/bashrc.d/bell.bash
deleted file mode 100644
index 29a3fb95..00000000
--- a/bash/bashrc.d/bell.bash
+++ /dev/null
@@ -1,9 +0,0 @@
-# Print a terminal bell; good for the end of long commands to prompt me into
-# looking at the window:
-#
-# $ long-boring-command ; bell
-#
-bell() {
- printf %s $'\a'
-}
-