mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Further work on darwin
This commit is contained in:
parent
9b475d6b33
commit
eb4713ec37
10 changed files with 125 additions and 123 deletions
9
home/profiles/devops/kubectl-completion.nix
Normal file
9
home/profiles/devops/kubectl-completion.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
programs = {
|
||||
zsh = {
|
||||
initExtra = ''
|
||||
source <(kubectl completion zsh)
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue