This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
zsh /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
completions/ | ||
| |
funcs/ |
README.markdown
This is a small collection of zsh completions and helper functions. At the moment you can blame me for anything in funcs/ but can only blame me for the _gibak completion in completions. Others may be due credit in places -- I apologise in advance if I've not mentioned people whose code I've unashamedly cribbed, and will fix it pronto if notified.
I use these by putting the following lines in my ~/.zshenv
# Load functions and completions.
fpath=( ~/code/zsh/funcs ~/code/zsh/completions $fpath )
# Autoload all funcs with exec bit set.
for func in $^fpath/*(-N.x:t); autoload $func
You could equally well put that in your .zshrc, but then other scripts wouldn't have access to the functions you've written.
-N, 2008-04-04








