aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:19 +1200
commit451c27d6d45621c8acfe8a6dc09cf84ee03b3f99 (patch)
tree7d55533de429840c8d6058b33a5c20aeb12eedaa /bash/bashrc.d
parentTrim ax(1) down a bit (diff)
downloaddotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.tar.gz
dotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.zip
Change bell() to a POSIX sh script
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'
-}