Update early-init.alexanders-desktop.zsh
This commit is contained in:
parent
28873a2dbd
commit
e92030f555
@ -15,9 +15,8 @@ add_ssh_keys() {
|
||||
# Because I use zsh to start X11
|
||||
if [[ -o login ]]; then
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
eval "$(gnome-keyring-daemon --start 2>/dev/null)"
|
||||
eval "$(ssh-agent)"
|
||||
SSH_ASKPASS_REQUIRE="force" \
|
||||
SSH_ASKPASS="/usr/local/bin/ssh-askpass-cat.sh" \
|
||||
add_ssh_keys &
|
||||
|
Loading…
Reference in New Issue
Block a user