Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 323 Bytes

File metadata and controls

12 lines (8 loc) · 323 Bytes

Task Plugin for Oh My Zsh

This Oh My Zsh plugin enables completions for Task.

Installation

  1. Copy taskfile.plugin.zsh to $ZSH_CUSTOM/plugins/taskfile/.

  2. Add taskfile to the list of plugins in your ~/.zshrc file.

    plugins=(... taskfile)