about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/.profile b/configs/.profile
index a98e049083f1..a7119b968ade 100644
--- a/configs/.profile
+++ b/configs/.profile
@@ -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 &