From be58021b33b90a6c154210a12e8bab256e0f15d2 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 12 Mar 2016 18:53:47 -0500 Subject: [PATCH] [zsh] Set filetype for rc.local --- rc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.local b/rc.local index 55321bd..148c0ed 100644 --- a/rc.local +++ b/rc.local @@ -1,4 +1,5 @@ # .rc.local +# vim: set ft=zsh: # Local customizations for interactive shells # Eryn Wells