diff --git a/.profile b/.profile index 9d509e8..8729c7e 100644 --- a/.profile +++ b/.profile @@ -21,8 +21,6 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi -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 PATH="$PATH:$HOME/.local/bin"