From 5f287688d6aa74f0a4e0a3b1ad0a145f3e332896 Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Tue, 12 Nov 2024 15:32:59 +0100 Subject: [PATCH] added kubectl and helm plugins for oh-my-zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 166be50..91ac712 100644 --- a/.zshrc +++ b/.zshrc @@ -85,7 +85,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git rsync colorize colored-man-pages vi-mode common-aliases macos themes dircycle iterm2 docker docker-compose zsh-navigation-tools urltools history mercurial tmux ) +plugins=(git rsync colorize colored-man-pages vi-mode common-aliases macos themes dircycle iterm2 docker docker-compose zsh-navigation-tools urltools history mercurial tmux kubectl helm) # colorize - adds ccat and cless # common-aliases: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases # themes: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes