mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
bin structure and vifm preview
This commit is contained in:
5
.local/bin/etc/sshmenu
Executable file
5
.local/bin/etc/sshmenu
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
ssh_host=$(cat ~/.ssh/config | grep "Host " | sed "s/Host\ //g" | dmenu)
|
||||
|
||||
[[ -z ssh_host ]] || st -e ssh -t $ssh_host
|
Reference in New Issue
Block a user