Remove ssh-agent code from .profile

TIL: gpg-agent sets the SSH_AUTH_SOCK and other values. Since I already use
home-manager to start gpg-agent and SSH has been functioning without issues, I'm
removing the obsolete ssh-agent code.
This commit is contained in:
William Carroll 2020-03-10 22:06:00 +00:00
parent ad77311c94
commit 82b2c8c27c

View file

@ -34,9 +34,6 @@ export ALTERNATE_EDITOR=nvim
# See this thread for more details: https://github.com/NixOS/nixpkgs/issues/8398
export LOCALE_ARCHIVE="$(readlink ~/.nix-profile/lib/locale)/locale-archive"
# Start ssh-agent
eval "$(ssh-agent -s)"
# TODO: Prefer `systemctl start docker.service`
# dockerd &