mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Supress stderr on kubectl completions
This suppresses 'Unsupported shell type "fish"' on presumably older kubectls.
This commit is contained in:
parent
02ee112308
commit
4e1b5e733f
|
@ -1 +1 @@
|
|||
kubectl completion fish | source
|
||||
kubectl completion fish 2>/dev/null | source
|
||||
|
|
Loading…
Reference in New Issue
Block a user