Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 405 Bytes

Conventional Commit Message plugin for zsh

Install with Oh My Zsh

  1. Clone this repository into $ZSH_CUSTOM (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/niksumeiko/gcmt.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/gcmt
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=(gcmt)