This commit is contained in:
Joe Bloggs 2014-03-24 04:07:52 +00:00
parent 5af6a68833
commit 2e3bd231fd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ and examples to get you up and running. If you need more details you can look it
Please make any scripts that you create publically available for others (e.g. by forking this repo and making a [[id:64bcd501-b0f0-48c7-b8e2-07af708b95ec][pull request]]). Please make any scripts that you create publically available for others (e.g. by forking this repo and making a [[id:64bcd501-b0f0-48c7-b8e2-07af708b95ec][pull request]]).
* Getting started * Getting started
** Telling zsh which completion function to use for a command ** Telling zsh which function to use for completing a command
Completion functions for commands are stored in files with names beginning with an underscore _, and these files should Completion functions for commands are stored in files with names beginning with an underscore _, and these files should
be placed in a directory listed in the $fpath variable. be placed in a directory listed in the $fpath variable.
You can add a directory to $fpath by adding a line like this to your ~/.zshrc file: You can add a directory to $fpath by adding a line like this to your ~/.zshrc file: