From a2a79686218f805dd5a7cfbda210a517fe5c4934 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 May 2008 20:04:01 +0100 Subject: [PATCH 1/1] add fignore suffixes --- .zsh/zshrc/00_varsetup | 2 +- .zsh/zshrc/20_compsys | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zsh/zshrc/00_varsetup b/.zsh/zshrc/00_varsetup index 88be748..68ec386 100644 --- a/.zsh/zshrc/00_varsetup +++ b/.zsh/zshrc/00_varsetup @@ -9,7 +9,7 @@ # # automatically remove duplicates from these arrays -typeset -gU path cdpath fpath manpath +typeset -gU path cdpath fpath manpath fignore # http://xanana.ucsc.edu/~wgscott/wordpress_new/wordpress/?p=12 typeset -ga preexec_functions diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index bb4c7c1..9e5301c 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -96,4 +96,6 @@ zstyle ':completion:*:messages' format '%d' zstyle ':completion:*:warnings' format 'no matches for: %d' zstyle ':completion:*' group-name '' +fignore=(~ .o .pyc) + # vim:ft=zsh -- 2.39.2