Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: User installation script for new completion
- X-seq: zsh-workers 6203
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: User installation script for new completion
- Date: Mon, 3 May 1999 03:46:59 -0700
- In-reply-to: <9905031000.AA21091@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9905031000.AA21091@xxxxxxxxxxxxxxxxx>
On May 3, 12:00pm, Peter Stephenson wrote:
} Subject: Re: User installation script for new completion
}
} ... compinit looks at how many completion files it has found, and if
} there are fewer than twenty ... it adds the path to itself to fpath.
}
} This fails when functionargzero is not set. Great. Any better
} suggestions?
Have it test [[ -o functionargzero ]] and skip this when it's not set?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author