Update local-early.zsh.example

This commit is contained in:
2023-04-29 10:51:48 -07:00
parent 14f4e29d59
commit 6fe9661ce8

View File

@ -18,7 +18,9 @@ if [[ -o login ]]; then
eval "$(ssh-agent)"
SSH_ASKPASS_REQUIRE="force" SSH_ASKPASS="/usr/local/bin/ssh-askpass-cat.sh" add_ssh_keys
exec startx
if ! [[ -v DISPLAY ]] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi
fi
function define_java_alias() {