mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
5 lines
175 B
Bash
Executable file
5 lines
175 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
FZF="fzf --tmux=center --border=sharp --separator=─ --margin=0 --layout=reverse --preview="
|
|
|
|
ssh $(cat ~/.ssh/config | sed -n 's/^Host\s//p' | $FZF) $@
|