home/zsh: Add kubectx plugin

This commit is contained in:
fleaz 2024-01-16 15:31:21 +01:00
parent 08f908b7b3
commit 69eae84585
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -3,7 +3,7 @@
enable = true; enable = true;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "fzf" ]; plugins = [ "git" "fzf" "kubectx" ];
theme = "kolo"; theme = "kolo";
}; };
history = { history = {