diff --git a/org/config/fish.org b/org/config/fish.org index 1a44f39..d66aa28 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -174,6 +174,12 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" set -x XMODIFIERS #+end_src +#+begin_src fish +if test -n "$DESKTOP_SESSION" + set -x (gnome-keyring-daemon --start | string split "=") +end +#+end_src + ** Development :PROPERTIES: :CUSTOM_ID: Global_variables-Development-76b3ff13