aboutsummaryrefslogtreecommitdiffstats
path: root/src/_fab
diff options
context:
space:
mode:
Diffstat (limited to 'src/_fab')
-rw-r--r--src/_fab11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_fab b/src/_fab
index 0bb1196..59b08f1 100644
--- a/src/_fab
+++ b/src/_fab
@@ -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