[zsh] Remove a stray newline
This commit is contained in:
parent
087ad33d2e
commit
fb0a73a482
1 changed files with 0 additions and 1 deletions
1
zprofile
1
zprofile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue