changed the config file for ssh-host
This commit is contained in:
parent
7e2199191d
commit
681d685f73
|
@ -10,7 +10,7 @@ ssh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ssh-host() {
|
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
|
# Creates a new directory and immediately changes into it
|
||||||
|
|
Loading…
Reference in New Issue