diff options
Diffstat (limited to 'src/_bundle')
| -rw-r--r-- | src/_bundle | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_bundle b/src/_bundle index e07acf5..ab0657e 100644 --- a/src/_bundle +++ b/src/_bundle @@ -12,9 +12,6 @@ # * Bruno Michel (https://github.com/nono) # # ------------------------------------------------------------------------------ -# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- -# vim: ft=zsh sw=2 ts=2 et -# ------------------------------------------------------------------------------ local curcontext="$curcontext" state line _gems _opts ret=1 @@ -83,3 +80,11 @@ case $state in esac return ret + +# 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 |
