From 5a3022cdfaa22ec22ef03f9518b87da9e24d29d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2025 23:49:05 +0300 Subject: Update --- dotfiles/fish/conf.d/k8s.fish | 6 ++++-- 1 file 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 -- cgit v1.2.3