summarylogtreecommitdiffstats
path: root/completion.zsh
blob: 51ffb3cbe81c3078962d4606c4cc8d9d13c90f20 (plain)
1
2
3
4
5
6
7
#compdef xxh

_xxh() {
    service=ssh _ssh $@
}

_xxh