From a42a58be859e80d6be1cdf18ccf04fc198fff110 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 17 Oct 2016 10:25:14 +0200 Subject: [PATCH] kubectl completions --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 00d1590..e6e2c77 100644 --- a/.bashrc +++ b/.bashrc @@ -107,6 +107,8 @@ stty speed 115200 >> /dev/null 2>&1 #fi #. /tmp/gpg-agent.env +source <(kubectl completion bash) + source $HOME/.bash_aliases source $HOME/.bash_exports source $HOME/.bash_prompt