Install the Oh My Zsh Plugin¶ Get all the extra autocompletion goodness with Oh My Zsh. git clone https://github.com/gembaadvantage/uplift-oh-my-zsh ~/.oh-my-zsh/plugins/uplift Enable it within your ~/.zshrc file: plugins=(... uplift) Fin!