Commit graph

2 commits

Author SHA1 Message Date
aviu16
b7ac62447d Fix unquoted variable expansions in source commands
Quote file paths to prevent word splitting issues.

Changed:
- microk8s line 13: source $cache → source "$cache"
- autoenv line 54: source $autoenv_dir/activate → source "$autoenv_dir/activate"
- autoenv line 56: source $autoenv_dir/activate.sh → source "$autoenv_dir/activate.sh"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 16:04:21 -05:00
Shaun Tabone
8ed19ab54d Added MicroK8s plugin for ZSH (#8499)
* Added MicroK8s plugin for ZSH

* Added caching for kubectl and helm commands

* Added title in compadd and enhanced README
2019-12-28 20:37:38 -08:00