From b977d027aa8a0909ccccb977abe954825ff84aad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Jan 2017 17:14:06 +1300 Subject: Block output from tabs(1) --- sh/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.2.3