]> git.cameronkatri.com Git - dotfiles.git/commitdiff
I don't need gnome-keyring till X is started
authorCameron Katri <me@cameronkatri.com>
Sun, 13 Jun 2021 21:09:00 +0000 (17:09 -0400)
committerCameron Katri <me@cameronkatri.com>
Sun, 13 Jun 2021 21:09:00 +0000 (17:09 -0400)
.zshrc

diff --git a/.zshrc b/.zshrc
index 90fe8656e7be4169ef69e9b870a5da400c8bc6de..cd4c04c01cbd03124df82ae8c8bcb4fc432512eb 100755 (executable)
--- a/.zshrc
+++ b/.zshrc
@@ -66,11 +66,6 @@ export GPG_TTY=$(tty)
 
 export GOPATH=$HOME/Documents/go
 
-if [ -n "$DESKTOP_SESSION" ];then
-    eval $(gnome-keyring-daemon --start)
-    export SSH_AUTH_SOCK
-fi
-
 export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:$PATH"
 export PATH="$GOPATH/bin:$PATH"
 typeset -U path