dotfiles/configs/.profile
2023-12-24 09:15:41 +03:00

10 lines
261 B
Bash

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
export HOMEBREW_NO_ENV_HINTS=false