aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-16 14:03:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-16 14:03:35 +1300
commit0ac0571f46d432241c1c9caa1eaf2438052a5763 (patch)
tree6a3846e634cae0fddba0e68ef2ef1873545d1ff9 /sh/shrc
parentAdd an issue (diff)
downloaddotfiles-0ac0571f46d432241c1c9caa1eaf2438052a5763.tar.gz
dotfiles-0ac0571f46d432241c1c9caa1eaf2438052a5763.zip
Remove tabs settings
`stty tab0` is not even in OpenBSD; these are way more trouble than they're worth.
Diffstat (limited to 'sh/shrc')
-rw-r--r--sh/shrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sh/shrc b/sh/shrc
index 11202cd4..879c8947 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -13,11 +13,6 @@ HISTSIZE=$((1 << 12))
# Don't warn me about new mail
unset -v MAILCHECK
-# Set terminal tab size to 4 rather than 8
-# (Bash and Vim do their own thing)
-command -p stty tab0
-command -p tabs 4 >/dev/null 2>&1
-
# Load all the POSIX-compatible functions from ~/.shrc.d; more advanced shells
# like bash will have their own functions
for sh in "$HOME"/.shrc.d/*.sh ; do