forked from logan/dotfiles
Added neovim as VISUAL editor
This commit is contained in:
parent
7232a207e2
commit
746ae48e5b
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.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
|
||||
|
|
Loading…
Reference in a new issue