summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 18:04:31 -0600
commitf056a90a481ee08201d81efb2a39632b4b552242 (patch)
tree9abfc9357b3fefe289b24086c80eb55738e4302f /bash
parentc4d9088aab2bbe46733795ffd0f6dab59c6af284 (diff)
downloadconf-f056a90a481ee08201d81efb2a39632b4b552242.tar.gz
conf-f056a90a481ee08201d81efb2a39632b4b552242.zip
add vim modelines to various files for syntax highlighting
Diffstat (limited to 'bash')
-rw-r--r--bash/colors2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/colors b/bash/colors
index 8b6c96f..81f95c2 100644
--- a/bash/colors
+++ b/bash/colors
@@ -42,3 +42,5 @@ else
BOLD=$(printf "\033[0;39m")
NORM=$(printf "\033[0m")
fi
+
+# vim:ft=sh: