dotfiles/configs/.profile

10 lines
261 B
Plaintext
Raw Normal View History

export GPG_TTY=$(tty)
export BROWSER=firefox
export ECORE_EVAS_ENGINE="wayland_egl"
export ELM_ACCEL="gl"
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export QT_QPA_PLATFORMTHEME=qt5ct
export XDG_CURRENT_DESKTOP=Unity
2023-03-25 11:34:13 +03:00
export HOMEBREW_NO_ENV_HINTS=false