aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/60-graphical-session.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/all/zsh/60-graphical-session.zsh')
-rw-r--r--config/all/zsh/60-graphical-session.zsh8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/all/zsh/60-graphical-session.zsh b/config/all/zsh/60-graphical-session.zsh
deleted file mode 100644
index 3d4b53a..0000000
--- a/config/all/zsh/60-graphical-session.zsh
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ -n "$XDG_SESSION_DESKTOP" ] && command -v gnome-keyring-daemon > /dev/null; then
- # load the keyring daemon into the environment if:
- # - we're in a graphical session
- # - the daemon is installed
- # starts the daemon if it hasn't been started already,
- # otherwise just exports the auth socket of the existing daemon
- export $(gnome-keyring-daemon --start 2> /dev/null)
-fi