Added EDITOR var to zsh

This commit is contained in:
Luka Jankovic 2025-01-15 23:46:57 +01:00
parent 26c3675d4d
commit ee8994398c

1
.zshrc
View file

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