Awesome
Plugin zsh-gvm-plugin
<span class="badges" align="center"> [![Build Status](https://travis-ci.org/dgnest/zsh-gvm-plugin.svg)](https://travis-ci.org/dgnest/zsh-gvm-plugin) [![Stories in Ready](https://badge.waffle.io/dgnest/zsh-gvm-plugin.svg?label=ready&title=Ready)](http://waffle.io/dgnest/zsh-gvm-plugin) [![GitHub issues](https://img.shields.io/github/issues/dgnest/zsh-gvm-plugin.svg)](https://github.com/dgnest/zsh-gvm-plugin/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE) </span>ZSH plugin
Install
oh-my-zsh users
If you're using oh-my-zsh, install this plugin by doing the following:
- Go to your oh-my-zsh custom plugins directory -
cd ~/.oh-my-zsh/custom/plugins
- Clone the plugin
git clone https://github.com/dgnest/zsh-gvm-plugin
- Edit your
.zshrc
and addplugins=( ... zsh-gvm-plugin )
to your list of plugins - Open a new terminal and enjoy!
antigen users
If you're using Antigen, install this plugin by doing the following:
- Add
antigen bundle dgnest/zsh-gvm-plugin
to your.zshrc
where you're adding your other plugins. - Either open a new terminal to force zsh to load the new plugin, or run
antigen bundle dgnest/zsh-gvm-plugin
in a running zsh session. - Enjoy!
License
MIT
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
Made with love :heart: by dgnest
<!-- Other -->