[zsh] Remove all the shell-log calls because they are slow af
This commit is contained in:
parent
b1ab4a0446
commit
3536a9d9c2
14 changed files with 0 additions and 32 deletions
3
zprofile
3
zprofile
|
@ -1,11 +1,8 @@
|
|||
#!/usr/bin/env zsh
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
shell-log 'Initializing Login Environment'
|
||||
|
||||
# Start SSH agent for password-less logins
|
||||
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
|
||||
print_info -l 1 '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