Make nvim default editor
This commit is contained in:
parent
6b65b871bf
commit
c24d78f435
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
||||
|
||||
export EDITOR='emacs'
|
||||
export EDITOR='nvim'
|
||||
export VISUAL=$EDITOR
|
||||
|
||||
if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue