summaryrefslogtreecommitdiff
path: root/config/bashrc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-16 08:58:15 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-16 08:58:15 -0700
commit515b1d087462531cac0e8d9c47465553a2c46fb9 (patch)
tree8fc1e0377aadd25b2c1726e8eb4558710a06e831 /config/bashrc
parent661316165afe4b7600331e2c8ea54f4fb8f2bb47 (diff)
tcsh and bash conf
Diffstat (limited to 'config/bashrc')
-rw-r--r--config/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bashrc b/config/bashrc
index b073532..8755bbf 100644
--- a/config/bashrc
+++ b/config/bashrc
@@ -62,7 +62,7 @@ export VISUAL="emacsclient -c"
export MORE="FRX"
export LESS="FRX"
export PAGER=$(which less || which more || echo "cat")
-export EXINIT="set ai ic sm sw=4 ts=4"
+export EXINIT="set ai ic sw=4 ts=4 nofl magic"
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases