Skip to content

sdurrheimer/docker-compose-zsh-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

docker-compose-zsh-completion

UPDATES : Zsh completion has been merged in the docker-compose official repository. I will try to keep this repo updated with the official one.

A zsh completion for docker-compose

How to Install

Put this _docker-compose into your ~/.zsh/completion directory, then reload your shell :

mkdir -p ~/.zsh/completion
curl -L https://raw.githubusercontent.com/sdurrheimer/docker-compose-zsh-completion/master/_docker-compose > ~/.zsh/completion/_docker-compose
exec $SHELL -l

At this point, if completion doesn't work, add this to your ~/.zshrc file, then reload one more time your shell :

fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i
exec $SHELL -l

Contributors

About

zsh completion for docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published