home.nix | added env EDITOR

This commit is contained in:
Don Harper 2023-04-04 14:16:25 -05:00
parent 18ff37fe2c
commit 8cb0622228

View file

@ -122,6 +122,7 @@
''
export GOPATH="/home/don/go"
export PROMPT_COMMAND='history -a'
export EDITOR="nvim"
set bell-style visible
set nobeep
set -o noclobber