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/99greetings | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zsh/rc/99greetings') diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings index 60b9fcc..842e7e5 100644 --- a/.zsh/rc/99greetings +++ b/.zsh/rc/99greetings @@ -11,3 +11,5 @@ if [ -x /usr/bin/fortune ]; then /usr/bin/fortune -s fi echo + +# vim:set ft=zsh -- cgit v1.2.3-24-g4f1b