From 451c27d6d45621c8acfe8a6dc09cf84ee03b3f99 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 1 Aug 2016 22:29:08 +1200 Subject: Change bell() to a POSIX sh script --- bash/bashrc.d/bell.bash | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 bash/bashrc.d/bell.bash (limited to 'bash/bashrc.d') 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' -} -- cgit v1.2.3