Oops, forgot 'export'.

This commit is contained in:
Julien Palard 2023-12-11 20:52:52 +01:00
parent bfc7749430
commit 10f86665bc
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

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