diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-12-25 08:01:49 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-12-25 08:01:49 -0700 |
commit | 0ebfa3a504a0a4de40154432918c5f8acb33bdae (patch) | |
tree | 3f75aab75e1e031ebb74ea77501a0b2303203049 /plugins/cask | |
parent | 8f5c00c3374af83a45f541ac0c7d81f6b6219c5d (diff) | |
parent | 97c03841691021f916c46b2fd2d089d7970400aa (diff) | |
download | zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.gz zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.tar.bz2 zsh-0ebfa3a504a0a4de40154432918c5f8acb33bdae.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/cask')
-rw-r--r-- | plugins/cask/README.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/plugins/cask/README.md b/plugins/cask/README.md index 6457fd858..e1335c1b8 100644 --- a/plugins/cask/README.md +++ b/plugins/cask/README.md @@ -1,11 +1,15 @@ -# cask plugin +# Cask plugin -Loads `cask` completion from non-standard locations, such as if installed +[Cask](https://github.com/cask/cask) is a project management tool for Emacs that helps +automate the package development cycle; development, dependencies, testing, building, +packaging and more. + +This plugin loads `cask` completion from non-standard locations, such as if installed via Homebrew or others. To enable it, add `cask` to your plugins array: ```zsh plugins=(... cask) ``` -Make sure you have the `cask` directory in your `$PATH` before loading -Oh My Zsh, otherwise you'll get the "command not found" error. +Make sure you have the `cask` directory in your `$PATH` before loading Oh My Zsh, +otherwise you'll get a "command not found" error. |