From 246a6d42c6b93efa84eb10e15c69d83d97787c09 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Tue, 19 Jan 2021 16:45:41 +0100 Subject: [PATCH] config: zsh add EDITOR variable --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index b0ae1e3..74d8bcf 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,9 @@ export GOPATH=~/.gocode export PATH=$PATH:$(go env GOPATH)/bin export PATH=$PATH:$HOME/.local/bin +# Editor +export EDITOR=nvim + source ~/.antigen.zsh antigen bundle oh-my-zsh