From 3ec25cd9757a592d4edf0c5268fbbbd745384302 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 6 Feb 2025 19:43:26 +0100 Subject: [PATCH] fish: Remove mkdir hack --- tree/.config/fish/functions/fish_ssh_agent.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/tree/.config/fish/functions/fish_ssh_agent.fish b/tree/.config/fish/functions/fish_ssh_agent.fish index 0cd3f12..5960b75 100644 --- a/tree/.config/fish/functions/fish_ssh_agent.fish +++ b/tree/.config/fish/functions/fish_ssh_agent.fish @@ -23,7 +23,6 @@ end function fish_ssh_agent --description "Start ssh-agent if not started yet, or uses already started ssh-agent." if test -z "$SSH_ENV" - mkdir $HOME/.ssh set -xg SSH_ENV $HOME/.ssh/environment end