Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 598 Bytes

Oh my drush

Drush tab completion as an oh-my-zsh plugin.

Demo

Installation

  • Clone oh my drush git clone git@github.com:kid-icarus/oh-my-drush.git ~/.oh-my-zsh/plugins/drush

  • Add 'drush' to plugins() in ~/.zshrc

  • Start / restart zsh

  • Have fun!

Updates

  • Clone oh my drush via git

      cd ~/.oh-my-zsh/plugins/oh-my-drush && git pull origin master
    

Requirements