]> git.donarmstrong.com Git - zsh.git/commitdiff
add fignore suffixes
authormartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 19:04:01 +0000 (20:04 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 21:02:42 +0000 (22:02 +0100)
.zsh/zshrc/00_varsetup
.zsh/zshrc/20_compsys

index 88be74834745c72a1e152f4e7768cb5a055a2473..68ec3862bdf5962d919a341d0aa435591a0d0178 100644 (file)
@@ -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
index bb4c7c11e5be917291b0403cf2c5d437cd556005..9e5301cc5cd3d264d50d08c6a847fb863653f393 100644 (file)
@@ -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