mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
Co-authored-by: Yannick Galatol <yannick.galatol@gmail.com>
ng plugin
This plugin adds autocompletion support for Angular's CLI
(named ng).
To use it, add ng to the plugins array of your zshrc file:
plugins=(... ng)