shell: forgor this

This commit is contained in:
PowerUser64 2022-09-22 02:31:15 -07:00
parent d326ff8894
commit f08b139ae0

View file

@ -50,7 +50,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export VDPAU_DRIVER=va_gl # Fix steam remote play black screen
# shellcheck disable=SC2046
command -v dbus-launch && export $(dbus-launch)
command -v dbus-launch > /dev/null && export $(dbus-launch)