diff options
Diffstat (limited to 'src/_ssh-copy-id')
| -rw-r--r-- | src/_ssh-copy-id | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_ssh-copy-id b/src/_ssh-copy-id index bea9225..1130b25 100644 --- a/src/_ssh-copy-id +++ b/src/_ssh-copy-id @@ -37,9 +37,6 @@ # * Julien Nicoulaud <julien.nicoulaud@gmail.com> # # ------------------------------------------------------------------------------ -# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- -# vim: ft=zsh sw=2 ts=2 et -# ------------------------------------------------------------------------------ # FIXME This completes "user@host" and not "[user@]host" ("user@" is optional), @@ -48,3 +45,11 @@ _arguments -A "-*" \ '-i+[use identity file]:SSH identity file:_files' \ '1: :_user_at_host' + +# Local Variables: +# mode: Shell-Script +# sh-indentation: 2 +# indent-tabs-mode: nil +# sh-basic-offset: 2 +# End: +# vim: ft=zsh sw=2 ts=2 et |
