Changed default editor to neovim

This commit is contained in:
Logan G 2021-12-02 08:32:32 -07:00
parent d8ae4c1315
commit 60fb509b35
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -22,7 +22,7 @@ alias memepv='mpv --vo=tct --profile=sw-fast'
alias sw='i3-swallow' alias sw='i3-swallow'
alias gpudrivers='lspci -nnk | grep -i VGA -A2' alias gpudrivers='lspci -nnk | grep -i VGA -A2'
export EDITOR=vim export EDITOR=nvim
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
export HISTSIZE=10000 export HISTSIZE=10000
export HISTFILESIZE=20000 export HISTFILESIZE=20000