aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-14 23:53:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-14 23:53:40 +1300
commite0fa08ffae400947de5df95991059b328ccef0f7 (patch)
tree4d088f1525a63ecabc450b606be2a4c8fee35940 /sh
parentBind Mod4+m to pull up tmux instance (diff)
downloaddotfiles-e0fa08ffae400947de5df95991059b328ccef0f7.tar.gz
dotfiles-e0fa08ffae400947de5df95991059b328ccef0f7.zip
Add tab settings to shrc
Diffstat (limited to 'sh')
-rw-r--r--sh/shrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/shrc b/sh/shrc
index 879c8947..e4015dbc 100644
--- a/sh/shrc
+++ b/sh/shrc
@@ -13,6 +13,11 @@ 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)
+stty tab0
+tabs 4
+
# 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