Document zsh_function
This commit is contained in:
parent
68043d4e72
commit
9f11c81dbe
@ -662,7 +662,7 @@ Generally we'd rather you were specific about what files or directories need to
|
||||
#### Variables for directory locations
|
||||
|
||||
| Name | Default | Example |
|
||||
|-----------------------|------------------------------------------------|---------------------------------------------------|
|
||||
|-----------------------|------------------------------------------------|-------------------------------------------------------------|
|
||||
| **`HOMEBREW_PREFIX`** | `/usr/local` | |
|
||||
| **`prefix`** | `#{HOMEBREW_PREFIX}/Cellar/#{name}/#{version}` | `/usr/local/Cellar/foo/0.1` |
|
||||
| **`opt_prefix`** | `#{HOMEBREW_PREFIX}/opt/#{name}` | `/usr/local/opt/foo` |
|
||||
@ -677,6 +677,11 @@ Generally we'd rather you were specific about what files or directories need to
|
||||
| **`sbin`** | `#{prefix}/sbin` | `/usr/local/Cellar/foo/0.1/sbin` |
|
||||
| **`share`** | `#{prefix}/share` | `/usr/local/Cellar/foo/0.1/share` |
|
||||
| **`pkgshare`** | `#{prefix}/share/foo` | `/usr/local/Cellar/foo/0.1/share/foo` |
|
||||
| **`zsh_function`** | `#{prefix}/share/zsh/site-functions` | `/usr/local/Cellar/foo/0.1/share/zsh/site-functions` |
|
||||
| **`fish_function`** | `#{prefix}/share/fish/vendor_functions` | `/usr/local/Cellar/foo/0.1/share/fish/vendor_functions` |
|
||||
| **`bash_completion`** | `#{prefix}/etc/bash_completion.d` | `/usr/local/Cellar/foo/0.1/etc/bash_completion.d` |
|
||||
| **`zsh_completion`** | `#{prefix}/share/zsh/site-functions` | `/usr/local/Cellar/foo/0.1/share/zsh/site-functions` |
|
||||
| **`zsh_completion`** | `#{prefix}/share/fish/vendor_completions.d` | `/usr/local/Cellar/foo/0.1/share/fish/vendor_completions.d` |
|
||||
| **`etc`** | `#{HOMEBREW_PREFIX}/etc` | `/usr/local/etc` |
|
||||
| **`var`** | `#{HOMEBREW_PREFIX}/var` | `/usr/local/var` |
|
||||
| **`buildpath`** | A temporary directory somewhere on your system | `/private/tmp/[formula-name]-0q2b/[formula-name]` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user