typo
This commit is contained in:
parent
223c1ee169
commit
2ec1534e42
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
compctl -K _completemarks j
|
compctl -K _completemarks j
|
||||||
|
|
||||||
# Hostname completion on various ssh commands
|
# Hostname completion on various ssh commands
|
||||||
function _myssh() {compadd $(ls $INFRA/host))}
|
function _myssh() {compadd $(ls $INFRA/host)}
|
||||||
compdef _myssh r
|
compdef _myssh r
|
||||||
compdef _myssh ra
|
compdef _myssh ra
|
||||||
compdef _myssh tramp
|
compdef _myssh tramp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue