mint-lang-zsh is a Zsh plugin that provides arguments and options completions for mint
command.
To use mint-lang-zsh as plugin, clone it and install it into OMZ plugins directory.
git clone --depth=1 https://github.com/tamdaz/mint-lang-zsh ~/.oh-my-zsh/custom/plugins/mint-lang
Once installed, add it to the plugin list in ~/.zshrc :
plugins=(... mint-lang)
And refresh the source :
source ~/.zshrc
To uninstall mint-lang-zsh, delete mint-lang from the plugin.
rm -rf ~/.oh-my-zsh/custom/plugins/mint-lang
And remove mint-lang
from the plugin list :
plugins=(...)
Any contributions are welcome !
- tamdaz - Creator and maintainer