oh-my-zsh plugin for Razor
Enable Razor from puppetlabs capability of command autocomplete
ENSURE you have installed oh-my-zsh ###How to use this plugin:
Branch master supports the official Razor from puppetlabs, other branch is created for dalang's customized Razor.
cd
into your oh-my-zsh plugin folder, always is~/.oh-my-zsh/plugins
.- run
git clone https://github.com/dalang/oh-my-zsh_razor_plugin.git razor
. - config your
~/.zshrc
to enable razor plugin: addrazor
in the bracket of the line starts withplugins=(
. - Try type
razor
in terminal and test command autocomplete withtab
:)