diff --git a/.zshrc b/.zshrc index 42c5957..db06973 100644 --- a/.zshrc +++ b/.zshrc @@ -98,9 +98,9 @@ export LANG=en_US.UTF-8 # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then - export EDITOR='nvim' + export EDITOR='/usr/bin/nvim' else - export EDITOR='nvim' + export EDITOR='/usr/bin/nvim' export BROWSER='zen-browser' fi