aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 5a1f098c..ef8cf871 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -153,7 +153,7 @@ alias diff='diff -u'
# Function to send an alert character.
function alert {
- echo -ne '\a'
+ builtin echo -ne '\a'
}
# Attach to existing tmux session rather than create a new one if possible.