home/zsh: Add kubectx plugin
This commit is contained in:
parent
08f908b7b3
commit
69eae84585
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue