Changed editor to neovim
This commit is contained in:
parent
67534d010d
commit
7694929129
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ alias weather='curl wttr.in'
|
|||
alias ipython='ipython --no-confirm-exit'
|
||||
|
||||
#Variable Exports
|
||||
export EDITOR='vim'
|
||||
export EDITOR='nvim'
|
||||
export PATH="$PATH:/home/kellya/go/bin"
|
||||
#export WORKON_HOME=/mnt/vdisks/projects/python_virtualenvs
|
||||
export LPASS_AGENT_TIMEOUT=0
|
||||
|
|
Loading…
Reference in a new issue