A zsh plugin that enables shell completion for Ubuntu Make.
For oh-my-zsh users
First, clone this repository into your oh-my-zsh custom plugins directory.
mkdir -p ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zlsun/umake.git
Then, configure the plugin in your ~/.zshrc file:
plugins+=(umake)
For Antigen users
Add the following line to your ~/.zshrc.
antigen bundle zlsun/umake
For zgen users
Add the following line to your ~/.zshrc.
zgen load zlsun/umake