From 528d5d4fe1b4012054572d32b931132c27514f3d Mon Sep 17 00:00:00 2001
From: Matt Strapp <matt@mattstrapp.net>
Date: Mon, 24 Mar 2025 08:45:48 -0500
Subject: Use systemd instead

---
 dot_config/zsh/dot_zshrc | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'dot_config/zsh')

diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc
index 8af2021..3f87dea 100644
--- a/dot_config/zsh/dot_zshrc
+++ b/dot_config/zsh/dot_zshrc
@@ -33,17 +33,6 @@ if [ -x "$(command -v gem)" ]; then
   export PATH="$PATH:$GEM_HOME/bin"
 fi
 
-# Make sure ssh-agent runs only when not already connected over ssh
-if [[ -z "${SSH_CONNECTION}" ]]; then
-    if ! pgrep -u "$USER" ssh-agent > /dev/null; then
-        ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"
-    fi
-
-    if [ ! -f "$SSH_AUTH_SOCK" ]; then
-        source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
-    fi
-fi
-
 # Enable colors and change prompt:
 autoload -U colors && colors	# Load colors
 #stty stop undef		# Disable ctrl-s to freeze terminal.
-- 
cgit v1.2.3