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:
parent
ad77311c94
commit
82b2c8c27c
1 changed files with 0 additions and 3 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Reference in a new issue