commit 668b88719f3f9b35217d854024fecb33bdab33a6
parent 40f64b563da914e3b488e83b155a49ce6da636f4
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 28 Jan 2015 21:36:43 -0800
Launch gnome-keyring-daemon on login
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -15,6 +15,9 @@ export GOROOT="$(go env GOROOT)"
export GOPATH="$HOME/src/go"
export TERMINAL=urxvt
+# gnome keyring
+export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
+
if [ -n "$BASH_VERSION" ]; then
# bash doesn't read .bashrc in login shells, do it manually
if [ -f "$HOME/.bashrc" ]; then