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

Luis Pabon 2020-11-12 14:29:21 +00:00
parent 641a607ead
commit 03e2af485a

@ -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
```