users/work_tools: comment kubectl zsh completions

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-03 01:40:19 +03:00
parent c06ffa5774
commit 7a2b233185
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985
2 changed files with 7 additions and 4 deletions

View file

@ -61,10 +61,6 @@
git-crypt.enable = true;
};
programs.zsh.initExtra = lib.mkAfter ''
eval $(kubectl completion zsh)
'';
home.file = {
"pictures/wallpapers" = {
source = ./wallpapers;

View file

@ -12,4 +12,11 @@
*/
postgresql_14 # 🤷 I need only psql
];
/*
programs.zsh.initExtra = lib.mkAfter ''
eval $(kubectl completion zsh)
'';
*/
}