From f08b139ae0aeb0bd85e0b76be6587fcf80551bd7 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 22 Sep 2022 02:31:15 -0700 Subject: [PATCH] shell: forgor this --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 3040dfd..0e68392 100644 --- a/.profile +++ b/.profile @@ -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)