diff options
Diffstat (limited to 'src/_fab')
| -rw-r--r-- | src/_fab | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -14,9 +14,6 @@ # * Valerii Hiora (https://github.com/vhbit) # # ------------------------------------------------------------------------------ -# -*- 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 @@ -76,3 +73,11 @@ if [[ CURRENT -ge 1 ]]; then return fi + +# 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 |
