diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-16 08:58:15 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-16 08:58:15 -0700 |
| commit | 515b1d087462531cac0e8d9c47465553a2c46fb9 (patch) | |
| tree | 8fc1e0377aadd25b2c1726e8eb4558710a06e831 /config/bashrc | |
| parent | 661316165afe4b7600331e2c8ea54f4fb8f2bb47 (diff) | |
tcsh and bash conf
Diffstat (limited to 'config/bashrc')
| -rw-r--r-- | config/bashrc | 2 |
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 |
