1
0
Fork 0
This commit is contained in:
Maurice Audin 2024-12-10 14:09:42 +01:00
parent 223c1ee169
commit 2ec1534e42

View file

@ -2,7 +2,7 @@
compctl -K _completemarks j
# Hostname completion on various ssh commands
function _myssh() {compadd $(ls $INFRA/host))}
function _myssh() {compadd $(ls $INFRA/host)}
compdef _myssh r
compdef _myssh ra
compdef _myssh tramp