From 515b1d087462531cac0e8d9c47465553a2c46fb9 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 16 Mar 2026 08:58:15 -0700 Subject: tcsh and bash conf --- config/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/bashrc') 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 -- cgit v1.2.3