Skip to content

Commit

Permalink
ssh: Complete all *File option args with _filedir
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 18, 2018
1 parent 2dc5865 commit 7cd0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/ssh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ _ssh_suboption()
CanonicalizeHostname)
COMPREPLY=( $( compgen -W 'yes no always' -- "$cur" ) )
;;
CertificateFile|IdentityAgent|Include)
*File|IdentityAgent|Include)
_filedir
;;
Cipher)
Expand Down

0 comments on commit 7cd0090

Please sign in to comment.