From 8ea1a686d9d1b312dba46de088116a5d7291e0c5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 2 Jun 2009 02:08:07 +0200 Subject: fix completion bug (file-sort time); add ft for vim --- .zsh/rc/10colors | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zsh/rc/10colors') diff --git a/.zsh/rc/10colors b/.zsh/rc/10colors index b43c4f1..92816ab 100644 --- a/.zsh/rc/10colors +++ b/.zsh/rc/10colors @@ -39,4 +39,6 @@ if [ "$TERM" = "linux" ]; then fi # some better colors for ls -eval "`dircolors -b`" \ No newline at end of file +eval "`dircolors -b`" + +# vim:set ft=zsh -- cgit v1.2.3-24-g4f1b