summaryrefslogtreecommitdiff
path: root/config/bashrc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-23 14:55:57 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-23 14:55:57 -0800
commit06afc6de5a34c3ec09d2ee0ce1c37416c66d701d (patch)
treea35879117a1030970b03fabeb67ada5948611655 /config/bashrc
parent9a1227ee7d4377e3d91b84c4f69febcb04dccfae (diff)
vi/ex init var and read only alias
Diffstat (limited to 'config/bashrc')
-rw-r--r--config/bashrc1
1 files changed, 1 insertions, 0 deletions
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