From 10f86665bcdf1b882e4825264f4f0e6466f6a971 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 11 Dec 2023 20:52:52 +0100 Subject: [PATCH] Oops, forgot 'export'. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index a4aeb19..9d509e8 100644 --- a/.profile +++ b/.profile @@ -21,7 +21,7 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi -MOZ_ENABLE_WAYLAND=1 # See https://bugzilla.mozilla.org/show_bug.cgi?id=1789602 +export MOZ_ENABLE_WAYLAND=1 # See https://bugzilla.mozilla.org/show_bug.cgi?id=1789602 # set PATH so it includes ~/.local/bin if it exists if [ -d "$HOME/.local/bin" ] ; then