mint-lang-zsh
November 30, 2024 ยท View on GitHub
mint-lang-zsh is a Zsh plugin that provides arguments and options completions for mint command.
Requirements
Installation
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
Uninstall
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=(...)
Contributors
Any contributions are welcome !
- tamdaz - Creator and maintainer