#!/bin/sh connection=$(grep Host ~/global/.ssh/config | awk '{ print $2 }' | wofi -d) [ -z "$connection" ] && exit alacritty -e ssh "$connection"