diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-13 23:49:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-13 23:49:05 +0300 |
| commit | 5a3022cdfaa22ec22ef03f9518b87da9e24d29d6 (patch) | |
| tree | d520c96f36ce01174fe57ec2260413ee4d22e795 | |
| parent | 12f52625918d0ec3abfa50e8b5ed65afaa39e34c (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/k8s.fish | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/k8s.fish b/dotfiles/fish/conf.d/k8s.fish index 2328d3d..51c0724 100644 --- a/dotfiles/fish/conf.d/k8s.fish +++ b/dotfiles/fish/conf.d/k8s.fish @@ -1,5 +1,7 @@ -if command -q -v kubectl >/dev/null - kubectl completion fish | source +function kcompletions + if command -q -v kubectl >/dev/null + kubectl completion fish | source + end end # Check if the directory $HOME/.krew exists and update PATH |
