mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 15:45:06 +03:00
7 lines
194 B
Bash
7 lines
194 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 HOMEBREW_NO_ENV_HINTS=false
|