aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:33:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:33:34 +1200
commit21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c (patch)
tree1749e937b0521bbf901360682ac63face749ff8b /bash/bashrc
parentUse standard structure for if/for in shell (diff)
downloaddotfiles-21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c.tar.gz
dotfiles-21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c.zip
Stop ignoring error output from setup commands
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 280a47ca..f8c9ff73 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -17,10 +17,10 @@ HISTTIMEFORMAT='%F %T '
unset MAILCHECK
# Never beep at me
-setterm -bfreq 0 &>/dev/null
+setterm -bfreq 0 >/dev/null
# Turn off annoying and useless flow control keys
-stty -ixon &>/dev/null
+stty -ixon >/dev/null
# Use completion, if available
if [[ -r /etc/bash_completion ]]; then