From 681d685f73f6f68bdb3d9e983e649bb74c5f82e1 Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Wed, 7 Aug 2024 17:17:09 +0200 Subject: [PATCH] changed the config file for ssh-host --- bash/.bash_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_functions b/bash/.bash_functions index 4b06b3a..b8856ad 100644 --- a/bash/.bash_functions +++ b/bash/.bash_functions @@ -10,7 +10,7 @@ ssh() { } ssh-host() { - ssh $(awk '$1 == "Host" && $2 != "*" {print $2}' "$HOME/.ssh/conf.d/individual_user" | fzf --reverse) + ssh $(awk '$1 == "Host" && $2 != "*" {print $2}' "$HOME/.ssh/config" | fzf --reverse) } # Creates a new directory and immediately changes into it