From b6e918b0844eebbfe4387ce1ab30e9d9c4443cb4 Mon Sep 17 00:00:00 2001 From: Jonathan Liuti Date: Sun, 13 Jan 2019 23:56:24 +0100 Subject: [PATCH] Remove --with-short-names from doc (#120) First measure to avoid confusing people. see #112 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6117c97..7802906 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,6 @@ Active namespace is "default". This command will set up bash/zsh/fish completion scripts automatically. - -- Running `brew install` with `--with-short-names` will install tools with names -`kctx` and `kns` to prevent prefix collision with `kubectl` name. - - If you like to add context/namespace info to your shell prompt (`$PS1`), I recommend trying out [kube-ps1](https://github.com/jonmosco/kube-ps1).