Set nvim as default EDITOR environment variable

This commit is contained in:
Marty Oehme 2019-02-26 10:07:54 +01:00
parent 72a6eafb72
commit 26f06d51b4

View file

@ -2,4 +2,4 @@ export XDG_CONFIG_DIR="$HOME/.config"
export XDG_CONFIG_HOME=$XDG_CONFIG_DIR
export XDG_CACHE_HOME="$HOME/.cache"
export EDITOR=nvim