Featured image of post Oh My Zsh

Oh My Zsh

Enable docker autocompletion

1
vim ~/.zshrc

plugins=(git) -> plugins=(git docker)

Reopen zsh terminal.

List all built-in plugins

1
ls $ZSH/plugins
Licensed under CC BY-NC-SA 4.0