style(environment.d): remove unnecessary export

This commit is contained in:
gliech 2024-07-16 09:38:16 +02:00
parent f6796ec0a5
commit 4a48f023eb

View file

@ -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