aboutsummaryrefslogtreecommitdiffstats
path: root/src/_google
diff options
context:
space:
mode:
Diffstat (limited to 'src/_google')
-rw-r--r--src/_google13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/_google b/src/_google
index 82f8508..ca1987f 100644
--- a/src/_google
+++ b/src/_google
@@ -15,9 +15,6 @@
# * Ben O'Hara (https://github.com/benohara)
#
# ------------------------------------------------------------------------------
-# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
-# vim: ft=zsh sw=2 ts=2 et
-# ------------------------------------------------------------------------------
_google() {
# init variables
@@ -61,4 +58,12 @@ _google() {
esac
}
-_google "$@" \ No newline at end of file
+_google "$@"
+
+# 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