]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/gh/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / gh / README.md
1 # GitHub CLI plugin
2
3 This plugin adds completion for the [GitHub CLI](https://cli.github.com/).
4
5 To use it, add `gh` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... gh)
9 ```
10
11 This plugin does not add any aliases.
12
13 ## Cache
14
15 This plugin caches the completion script and is automatically updated when the
16 plugin is loaded, which is usually when you start up a new terminal emulator.
17
18 The cache is stored at:
19
20 - `$ZSH/plugins/gh/_gh` completions script
21
22 - `$ZSH_CACHE_DIR/gh_version` version of GitHub CLI, used to invalidate
23   the cache.