aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:21:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:21:31 +1200
commitdd8d4f032743e53fb6859016328715b5f4337ff1 (patch)
treeac30158be203450c18c9c6f8502e0e6b75d14e13 /bash
parentNo window borders at all (diff)
downloaddotfiles-dd8d4f032743e53fb6859016328715b5f4337ff1.tar.gz
dotfiles-dd8d4f032743e53fb6859016328715b5f4337ff1.zip
Let's be thorough
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.