[zsh] Remove a stray newline

This commit is contained in:
Eryn Wells 2022-01-22 21:48:49 -08:00
parent 087ad33d2e
commit fb0a73a482

View file

@ -1,7 +1,6 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
# Start SSH agent for password-less logins
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
if ! pgrep -u $USER ssh-agent 1>/dev/null; then