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/10variables | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zsh/rc/10variables') diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables index f63789e..28d62ab 100644 --- a/.zsh/rc/10variables +++ b/.zsh/rc/10variables @@ -10,3 +10,5 @@ export PAGER=vimpager #export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' #export LESS='-i -c -N -w -g -M -R -P%t?f%f \ #:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' + +# vim:set ft=zsh -- cgit v1.2.3-24-g4f1b