dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

commit 1be0c70f925e5c0f8e6674f363079d81a8e81838
parent 41c8f8a526c7bd841ff682e92575b3a06bf1f922
Author: Ed van Bruggen <ed@edryd.org>
Date:   Fri, 21 Mar 2025 23:56:16 -0400

bash: Change $EDITOR to neovim

Diffstat:
Mbashrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bashrc b/bashrc @@ -70,7 +70,8 @@ PS2='\[${White}\]\$\[${Color_Off}\] ' PROMPT_COMMAND="[ -d .git -o -f .sett ] && sett" # basic {{{1 -export EDITOR='vim' +export EDITOR='nvim' +export MANPAGER='nvim +Man!' # allow for color support in terminal if [ "$TERM" == "xterm" ]; then