From 03e2af485a0e359dd35228620755cf34ba0368c8 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Thu, 12 Nov 2020 14:29:21 +0000 Subject: [PATCH] Remove `hash` from the fix at `GTK+ applications take 20 seconds to start` as it's a bash built in. It won't work for users of other shells like fish --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e6b7d9c..5cac07a 100644 --- a/Home.md +++ b/Home.md @@ -525,7 +525,7 @@ This can be fixed by adding the following to your configuration file: ```sh exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK -exec hash dbus-update-activation-environment 2>/dev/null && \ +exec dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK ```