Skip to content

modille/completions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Completions

Additional completion definitions for Bash and Zsh.

List

Zsh:

Usage

Zsh

Clone the repo

git clone https://github.com/modille/completions ~/git/github.com/modille/completions

Then include it on fpath by adding the following to ~/.zshrc:

MODILLE_COMPLETIONS="$HOME/git/github.com/modille/completions/zsh"
[[ -d $MODILLE_COMPLETIONS ]] && fpath=($MODILLE_COMPLETIONS $fpath)

And finally source the new changes and rebuild zcompdump:

source ~/.zshrc
rm -f ~/.zcompdump; compinit

Releases

No releases published

Packages

No packages published

Languages