mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Fix kubectl completions
This commit is contained in:
@@ -139,6 +139,11 @@
|
||||
else
|
||||
compinit -C;
|
||||
fi;
|
||||
|
||||
# fix kubecolors completions
|
||||
# this needs to be executed BEFORE completions, contrary to what is done on nix's package:
|
||||
# https://github.com/NixOS/nixpkgs/blob/20fd9f95cede54a97eef269c80616a86dec213c9/pkgs/by-name/ku/kubecolor/package.nix#L50
|
||||
compdef kubecolor=kubectl
|
||||
'';
|
||||
|
||||
initContent = let
|
||||
|
||||
Reference in New Issue
Block a user