Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 685 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 685 Bytes

ddev.plugin.zsh

ZSH plugin for ddev.

Installation

antigen bundle voronkovich/ddev.plugin.zsh
zplug "voronkovich/ddev.plugin.zsh"
git clone https://github.com/voronkovich/ddev.plugin.zsh ~/.oh-my-zsh/custom/plugins/ddev

Edit .zshrc to enable the plugin:

plugins=(... ddev)

Manual

Clone this repo and add this into your .zshrc:

source path/to/cloned/repo/ddev.plugin.zsh

License

Copyright (c) Voronkovich Oleg. Distributed under the MIT.