[gnome] environment: remove unneeded export

This commit is contained in:
Mark Wagie 2022-06-16 09:24:44 -06:00
parent 633d55af62
commit 4e911b4ca5

View file

@ -12,5 +12,5 @@ QT_AUTO_SCREEN_SCALE_FACTOR=1
EDITOR=/usr/bin/nano
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
export MOZ_ENABLE_WAYLAND=1
MOZ_ENABLE_WAYLAND=1
fi