From 06afc6de5a34c3ec09d2ee0ce1c37416c66d701d Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 23 Feb 2026 14:55:57 -0800 Subject: vi/ex init var and read only alias --- config/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/bashrc') diff --git a/config/bashrc b/config/bashrc index b148117..b073532 100644 --- a/config/bashrc +++ b/config/bashrc @@ -62,6 +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" if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases -- cgit v1.2.3