- Have zsh as your command interpreter and oh-my-zsh installed
- Download completion file
- Put it in
/usr/share/zsh/functions/Completion/Unix/
- Add in your zshrc file line
compinit /usr/share/zsh/functions/Completion/Unix/*
- Source your zsh config file
/usr/share/zsh/functions/Completion/Unix/
compinit /usr/share/zsh/functions/Completion/Unix/*