From 03d98334bdc1f09f68cc02834777dd1dee52ae87 Mon Sep 17 00:00:00 2001 From: Chris Bachhuber Date: Wed, 2 Oct 2024 13:07:34 -0400 Subject: [PATCH] Add docker plugin --- config/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zshrc b/config/zshrc index 4c33335..d202f0f 100644 --- a/config/zshrc +++ b/config/zshrc @@ -75,7 +75,7 @@ CASE_SENSITIVE="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(bazel git ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting pre-commit) +plugins=(bazel docker git ubuntu z zsh-autosuggestions zsh-navigation-tools zsh-syntax-highlighting pre-commit) source $ZSH/oh-my-zsh.sh