diff options
Diffstat (limited to 'src/_adb')
| -rw-r--r-- | src/_adb | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -38,9 +38,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 -# ------------------------------------------------------------------------------ _adb() { @@ -410,3 +407,11 @@ _adb_remote_command_default() { } _adb "$@" + +# 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 |
