Export the variable output by ‘gnome-keyring-daemon --start’

Without exporting it other programs can’t tell if the daemon is running.
This commit is contained in:
Tom Willemse 2020-04-15 00:39:51 -07:00
parent 6aebd64c28
commit c07ca71f0a

View file

@ -16,5 +16,5 @@ set -x CALIBRE_USE_DARK_PALETTE 1
kitty + complete setup fish | source kitty + complete setup fish | source
if test -n "$DESKTOP_SESSION" if test -n "$DESKTOP_SESSION"
set (gnome-keyring-daemon --start | string split "=") set -x (gnome-keyring-daemon --start | string split "=")
end end