Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 523 Bytes

Advanced pip completion for zsh

Simple completion function that can complete PyPI package names.

Installation

Manual Installation

  1. Copy _pip file into ~/.zshfuncs folder.
  2. Add this folder to your functions path before loading completion in your ~/.zshrc.

Example:

# completion
fpath=(~/.zshfuncs $fpath)
autoload -U compinit
compinit

Antigen

  1. Just run the following command
antigen bundle srijanshetty/zsh-pip-completion