From b50517188eed4af04c56eea36536ef702acff8e0 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 26 Jun 2025 16:46:34 +0000 Subject: [PATCH] chore: remove ssh startup commands :fire: * they don't work anyway --- nixos/fish.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nixos/fish.nix b/nixos/fish.nix index 2ca1d1a..bb8c104 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -10,15 +10,6 @@ fish_vi_key_bindings set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601; set_color normal) - # Start SSH agent if not already running - if not pgrep -u (id -u) ssh-agent > /dev/null - eval (ssh-agent -c) - end - - # Add SSH keys to the agent - ssh-add ~/.ssh/id_*_github 2>/dev/null - - # name: Default # author: Lily Ballard # edits: DannyDannyDanny