Added EDITOR var to zsh
This commit is contained in:
parent
26c3675d4d
commit
ee8994398c
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue