config: zsh add EDITOR variable

This commit is contained in:
Felipe M 2021-01-19 16:45:41 +01:00
parent 9fbb5d49e9
commit 246a6d42c6
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -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