Changed default editor to neovim
This commit is contained in:
parent
d8ae4c1315
commit
60fb509b35
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -22,7 +22,7 @@ alias memepv='mpv --vo=tct --profile=sw-fast'
|
|||
alias sw='i3-swallow'
|
||||
alias gpudrivers='lspci -nnk | grep -i VGA -A2'
|
||||
|
||||
export EDITOR=vim
|
||||
export EDITOR=nvim
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
|
|
Loading…
Reference in a new issue