From c87f867b4c10e287849b96558f5bc5dbf4b6b8bd Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 17 Nov 2024 14:22:11 +0100 Subject: [PATCH] feat(ZSH): plugins - activate kubernetes, helm and terraform --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9f22fab..a202356 100644 --- a/.zshrc +++ b/.zshrc @@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # 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=(git httpie ng npm nvm pass pip sudo wd pyenv) +plugins=(git httpie ng npm nvm pass pip sudo wd pyenv kubectl helm terraform) source $ZSH/oh-my-zsh.sh