Compare commits

..

No commits in common. "b88e2c1ba92e3fc2d0bb3543414fae4825e17ad3" and "1ad5671819b71c28e1e474ebfff3ff3d697df6d5" have entirely different histories.

View file

@ -30,8 +30,4 @@ fi
if type mcfly > /dev/null; then
eval "$(mcfly init zsh)"
fi
if [ -f $HOME/.ssh/id_ed25519 ]; then
eval "$(ssh-agent)"
ssh-add $HOME/.ssh/id_ed25519
fi