From 746ae48e5bbc054d1d0ec04c9a6378408577e55e Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Tue, 21 Jun 2022 16:53:59 -0600 Subject: [PATCH] Added neovim as VISUAL editor --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index de348ca..c40d1bb 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,7 @@ alias sw='i3-swallow' alias gpudrivers='lspci -nnk | grep -i VGA -A2' export EDITOR=nvim +export VISUAL=nvim export PATH=$PATH:~/.local/bin export HISTSIZE=10000 export HISTFILESIZE=20000