比如运行 brew info youtube-dl
,下面显示
youtube-dl: stable 2015.02.11 (bottled), HEAD
http://rg3.github.io/youtube-dl/
/usr/local/Cellar/youtube-dl/2015.02.11 (8 files, 948K) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/youtube-dl.rb
==> Dependencies
Optional: rtmpdump ✘
==> Options
--with-rtmpdump
Build with rtmpdump support
--HEAD
Install HEAD version
==> Caveats
To use post-processing options, `brew install ffmpeg` or `brew install libav`.
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
问题是我知道 zsh completion has been installed to xxx 了,那怎么使用呢?
搜索了好久,只找到一个说似乎与 fpath 有关,但我的 fpath 含有 /usr/local/share/zsh/site-functions
了
1
jprovim 2015-02-19 07:53:20 +08:00
|
2
gt11799 2015-02-19 10:32:10 +08:00 1
|
3
1423 OP |