link directly to the nvim binary
This commit is contained in:
parent
f646551052
commit
4736f730e0
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -98,9 +98,9 @@ export LANG=en_US.UTF-8
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
if [[ -n $SSH_CONNECTION ]]; then
|
||||||
export EDITOR='nvim'
|
export EDITOR='/usr/bin/nvim'
|
||||||
else
|
else
|
||||||
export EDITOR='nvim'
|
export EDITOR='/usr/bin/nvim'
|
||||||
export BROWSER='zen-browser'
|
export BROWSER='zen-browser'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue