summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/10variables
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-06-02 02:08:07 +0200
committerFlorian Pritz <f-p@gmx.at>2009-06-02 02:08:07 +0200
commit8ea1a686d9d1b312dba46de088116a5d7291e0c5 (patch)
treed1d5aa54824fa321bac686acb7d2ebd2b4f92cb8 /.zsh/rc/10variables
parent9d4173746199c7ebdbd58a18ec57dee742ba013c (diff)
downloaddotfiles-8ea1a686d9d1b312dba46de088116a5d7291e0c5.tar.gz
dotfiles-8ea1a686d9d1b312dba46de088116a5d7291e0c5.tar.xz
fix completion bug (file-sort time); add ft for vim
Diffstat (limited to '.zsh/rc/10variables')
-rw-r--r--.zsh/rc/10variables2
1 files changed, 2 insertions, 0 deletions
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