diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/ng/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/ng/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/ng/README.md b/zsh/oh-my-zsh/plugins/ng/README.md deleted file mode 100644 index 29ac15a..0000000 --- a/zsh/oh-my-zsh/plugins/ng/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# ng plugin - -This plugin adds autocompletion support for [Angular's CLI](https://github.com/angular/angular-cli) -(named `ng`). - -To use it, add `ng` to the plugins array of your zshrc file: - -```zsh -plugins=(... ng) -``` |