aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-15 17:14:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-15 17:14:06 +1300
commitb977d027aa8a0909ccccb977abe954825ff84aad (patch)
tree7fd2b8ab5a6fc969152603005294289dfc1d627d /sh/shrc
parentRestore xrbg(1df) (diff)
downloaddotfiles-b977d027aa8a0909ccccb977abe954825ff84aad.tar.gz
dotfiles-b977d027aa8a0909ccccb977abe954825ff84aad.zip
Block output from tabs(1)
Diffstat (limited to 'sh/shrc')
-rw-r--r--sh/shrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc b/sh/shrc
index e4015dbc..c71ba900 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -16,7 +16,7 @@ unset -v MAILCHECK
# Set terminal tab size to 4 rather than 8
# (Bash and Vim do their own thing)
stty tab0
-tabs 4
+tabs 4 >/dev/null
# Load all the POSIX-compatible functions from ~/.shrc.d; more advanced shells
# like bash will have their own functions