From c07ca71f0aca9c51a913b36e40542e32a7ec5dcc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 Apr 2020 00:39:51 -0700 Subject: Export the variable output by ‘gnome-keyring-daemon --start’ Without exporting it other programs can’t tell if the daemon is running. --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index ef950de..da24514 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -16,5 +16,5 @@ set -x CALIBRE_USE_DARK_PALETTE 1 kitty + complete setup fish | source if test -n "$DESKTOP_SESSION" - set (gnome-keyring-daemon --start | string split "=") + set -x (gnome-keyring-daemon --start | string split "=") end -- cgit v1.3-2-g0d8e