Author: Kyle Fuller <inbox@kylefuller.co.uk> 2011-06-26 04:28:13 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2011-06-26 04:28:13 +0100 +0100
Commit: bd10a35d9a3f0e8f4ab5b469d274ffea3356661b
Parent: fd37504d96929dfbd94382859f6834a4b9a51ca5
Add a vim line
diff --git a/rc b/rc
index 14375e9ffa4109b44aa18d9e5fc78825a883b529..f761721e85572efb4925a82798273ac6d853eee8 100644
--- a/rc
+++ b/rc
@@ -1,5 +1,7 @@
+# vim: set syntax=sh ts=2 sw=2 et:
+
command_exists () {
- type "$1" &> /dev/null ;
+ type "$1" &> /dev/null;
}
if command_exists mvim ; then