summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
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: