[zsh] Remove all the ShellLog calls -- just too slow :(
This commit is contained in:
parent
a13ecc9e4d
commit
1c80ab1de4
16 changed files with 0 additions and 38 deletions
3
zprofile
3
zprofile
|
|
@ -1,11 +1,8 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
ShellLog 'Initializing Login Environment'
|
||||
|
||||
# Start SSH agent for password-less logins
|
||||
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
|
||||
ShellLog 'Starting ssh-agent'
|
||||
eval `ssh-agent -s`
|
||||
trap "kill $SSH_AGENT_PID" 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue