Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 897 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 897 Bytes

mint-lang-zsh

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