diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 14:55:57 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 14:55:57 -0800 |
| commit | 06afc6de5a34c3ec09d2ee0ce1c37416c66d701d (patch) | |
| tree | a35879117a1030970b03fabeb67ada5948611655 /config/bashrc | |
| parent | 9a1227ee7d4377e3d91b84c4f69febcb04dccfae (diff) | |
vi/ex init var and read only alias
Diffstat (limited to 'config/bashrc')
| -rw-r--r-- | config/bashrc | 1 |
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 |
