Set nvim as default EDITOR environment variable
This commit is contained in:
parent
72a6eafb72
commit
26f06d51b4
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -2,4 +2,4 @@ export XDG_CONFIG_DIR="$HOME/.config"
|
||||||
export XDG_CONFIG_HOME=$XDG_CONFIG_DIR
|
export XDG_CONFIG_HOME=$XDG_CONFIG_DIR
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
|
export EDITOR=nvim
|
||||||
|
|
Loading…
Reference in a new issue