From fb0a73a48295596ed5be710775a6f32ecdc37ccf Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 22 Jan 2022 21:48:49 -0800 Subject: [PATCH] [zsh] Remove a stray newline --- zprofile | 1 - 1 file changed, 1 deletion(-) diff --git a/zprofile b/zprofile index c008eee..f7b3952 100644 --- a/zprofile +++ b/zprofile @@ -1,7 +1,6 @@ #!/usr/bin/env zsh # Eryn Wells - # 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