X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=71e07dd70617c1f3501d827dbdef849b8c0c5ed5;hb=b1cde8ad485e24b740e769acd3b1c7b86b9a0115;hp=f638ee8313e49cc42bb19335fb994b888dc87560;hpb=8fe2d8fae639efeede7db5c083cff3f5d8417368;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index f638ee8..71e07dd 100644 --- a/zsh/rc +++ b/zsh/rc @@ -773,7 +773,9 @@ zstyle ':completion:*:*:-command-:*' ignored-patterns './config.*' # Don't complete unwanted files with Vim. Thanks to Nomexous in #zsh on # Freenode (2010-06-06 04:54 CEST). See below for a way to complete them. zstyle ':completion:*:*:vim:*:all-files' ignored-patterns \ - '*.aux' '*.log' '*.pdf' \ + '*.aux' '*.log' '*.pdf' '*.bbl' '*.blg' '*.out' '*-blx.bib' '*.run.xml' \ + '*.o' \ + '*.pyc' \ '*.class' # Provide a fallback completer which always completes files. Useful when Zsh's