Added neovim as VISUAL editor

This commit is contained in:
Logan G 2022-06-21 16:53:59 -06:00
parent 7232a207e2
commit 746ae48e5b
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -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