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-langOnce installed, add it to the plugin list in ~/.zshrc :
plugins=(... mint-lang)And refresh the source :
source ~/.zshrcTo uninstall mint-lang-zsh, delete mint-lang from the plugin.
rm -rf ~/.oh-my-zsh/custom/plugins/mint-langAnd remove mint-lang from the plugin list :
plugins=(...)Any contributions are welcome !
- tamdaz - Creator and maintainer