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