diff options
author | Robby Russell <robby@planetargon.com> | 2016-03-26 10:49:18 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2016-03-26 10:49:18 -0700 |
commit | 5365cca76a244c6e5780f1699287d31ba70b2a2a (patch) | |
tree | 5fbff487852065c1d89edf0e00e2ec20ffde65db /plugins/github/README.md | |
parent | 7697c402daf49c3bf002922ed838421cee3386a4 (diff) | |
parent | eee6f08421c0fad26cef0b5e7fca75753ddd84b8 (diff) | |
download | zsh-5365cca76a244c6e5780f1699287d31ba70b2a2a.tar.gz zsh-5365cca76a244c6e5780f1699287d31ba70b2a2a.tar.bz2 zsh-5365cca76a244c6e5780f1699287d31ba70b2a2a.zip |
Merge pull request #4849 from gkotian/master
Minor README fixes
Diffstat (limited to 'plugins/github/README.md')
-rw-r--r-- | plugins/github/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/github/README.md b/plugins/github/README.md index 21b7367f7..fea607876 100644 --- a/plugins/github/README.md +++ b/plugins/github/README.md @@ -1,6 +1,6 @@ # github -This plugin supports working with GitHub the command line. It provides a few things: +This plugin supports working with GitHub from the command line. It provides a few things: * Sets up the `hub` wrapper and completions for the `git` command if you have `hub` installed. * Completion for the `github` Ruby gem. @@ -37,7 +37,7 @@ See `man hub` for more details. ### Homebrew installation note -If you have installed `hub` using Homebrew, its completions may not be on your `$FPATH` if you are using the system `zsh`. Homebrew installs `zsh` completion definitions to `/usr/local/share/zsh/site-functions`, which on `$FPATH` for the Homebrew-installed `zsh`, but not for the system `zsh`. If you want it to work with the system `zsh`, add this to your `~/.zshrc` before it sources `oh-my-zsh.sh`. +If you have installed `hub` using Homebrew, its completions may not be on your `$FPATH` if you are using the system `zsh`. Homebrew installs `zsh` completion definitions to `/usr/local/share/zsh/site-functions`, which will be on `$FPATH` for the Homebrew-installed `zsh`, but not for the system `zsh`. If you want it to work with the system `zsh`, add this to your `~/.zshrc` before it sources `oh-my-zsh.sh`. ```zsh if (( ! ${fpath[(I)/usr/local/share/zsh/site-functions]} )); then |