aboutsummaryrefslogtreecommitdiffstats
path: root/src/_github
diff options
context:
space:
mode:
Diffstat (limited to 'src/_github')
-rw-r--r--src/_github11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/_github b/src/_github
index f27190b..3e98356 100644
--- a/src/_github
+++ b/src/_github
@@ -37,9 +37,6 @@
# * Julien Nicoulaud (https://github.com/nicoulaj)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
_github() {
@@ -265,3 +262,11 @@ _github_network_commits() {
}
_github "$@"
+
+# 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