[Fish] update

This commit is contained in:
2025-08-04 02:25:10 +02:00
parent fe3fd9f49a
commit ef8f839913
6 changed files with 73 additions and 38 deletions

View File

@@ -0,0 +1,3 @@
function sshf --description 'fzf select for ssh hosts'
ssh $(grep Host -w .ssh/config | awk '{print $2}' | fzf)
end