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 + config/emacs/eshell/alias | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/config/emacs/eshell/alias b/config/emacs/eshell/alias index 344e9db..edcf8ca 100644 --- a/config/emacs/eshell/alias +++ b/config/emacs/eshell/alias @@ -1,4 +1,5 @@ alias ff find-file $1 +alias fr find-file-read-only $1 alias glt git log --graph --all --oneline --simplify-by-decoration $* alias gl git log --graph --all --oneline $* alias gc git checkout $* -- cgit v1.2.3