[Fish] Automatically launch the Gnome Keyring when logging in
This commit is contained in:
parent
36ec6d3dd2
commit
a800a292e2
@ -174,6 +174,12 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
|||||||
set -x XMODIFIERS
|
set -x XMODIFIERS
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src fish
|
||||||
|
if test -n "$DESKTOP_SESSION"
|
||||||
|
set -x (gnome-keyring-daemon --start | string split "=")
|
||||||
|
end
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Development
|
** Development
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Global_variables-Development-76b3ff13
|
:CUSTOM_ID: Global_variables-Development-76b3ff13
|
||||||
|
Loading…
Reference in New Issue
Block a user