diff --git a/.zshrc b/.zshrc index e6a6712..f7e8860 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,7 @@ bindkey -s '^O' 'cd ..\n' # Vars export GOPATH=$HOME/.local/go export PATH=$PATH:$GOPATH/bin +export EDITOR=nvim # History HISTFILE=~/.zsh_history