File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ source ~/.path
55
66eval " $( gnome-keyring-daemon --start) " # gnome-keyring with PAM
77
8+ export SSH_AUTH_SOCK=" $XDG_RUNTIME_DIR /gcr/ssh" # gcr-ssh-agent.socket
9+
810/usr/bin/systemctl --user import-environment PATH NODE_PATH SSH_AUTH_SOCK
911/usr/bin/systemctl --user start environment.target
1012/usr/bin/systemctl --user start ready.timer
Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ set -x FZF_ALT_C_OPTS "--preview 'ls -la {} | head -$LINES'"
5353
5454# ssh-agent socket
5555# set -x SSH_AUTH_SOCK "${XDG_RUNTIME_DIR}/ssh-agent.socket" # ssh-agent.service
56- set -x SSH_AUTH_SOCK (gnome-keyring-daemon --start 2> /dev/null | awk -F " =" ' $1 == "SSH_AUTH_SOCK" { print $2 }' ) # gnome-keyring with PAM
56+ # set -x SSH_AUTH_SOCK (gnome-keyring-daemon --start 2>/dev/null | awk -F "=" '$1 == "SSH_AUTH_SOCK" { print $2 }') # gnome-keyring with PAM
57+ set -x SSH_AUTH_SOCK " $XDG_RUNTIME_DIR /gcr/ssh" # gcr-ssh-agent.socket
5758
5859# ipe styles
5960if test -d $HOME /.ipe/styles
Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ export FZF_ALT_C_OPTS
6666
6767# ssh-agent socket
6868# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" # ssh-agent.service
69- eval $( gnome-keyring-daemon --start 2> /dev/null) # gnome-keyring with PAM
70- export SSH_AUTH_SOCK # gnome-keyring with PAM
69+ # eval $(gnome-keyring-daemon --start 2>/dev/null) # gnome-keyring with PAM
70+ # export SSH_AUTH_SOCK # gnome-keyring with PAM
71+ export SSH_AUTH_SOCK=" ${XDG_RUNTIME_DIR} /gcr/ssh" # gcr-ssh-agent.socket
7172
7273# ipe styles
7374if [ -d " $HOME /.ipe/styles" ] ; then
You can’t perform that action at this time.
0 commit comments