style(environment.d): remove unnecessary export
This commit is contained in:
parent
f6796ec0a5
commit
4a48f023eb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Set neovim as default editor if it is installed
|
||||
|
||||
if command -v nvim >/dev/null 2>&1; then
|
||||
export EDITOR=nvim
|
||||
EDITOR=nvim
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue