]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

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