Supress stderr on kubectl completions

This suppresses 'Unsupported shell type "fish"' on presumably older
kubectls.
This commit is contained in:
ridiculousfish 2022-04-21 14:25:58 -07:00
parent 02ee112308
commit 4e1b5e733f

View File

@ -1 +1 @@
kubectl completion fish | source
kubectl completion fish 2>/dev/null | source