From 633cbac58d6758dfc2938ab1fd51a96abf1405c8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 1 Oct 2020 17:06:17 +0200 Subject: [PATCH] cleaning --- zsh/p10k.zsh | 2 +- zsh/zshrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 324f5ab..7666fca 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -32,8 +32,8 @@ # =========================[ Line #1 ]========================= virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) # aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) - # kubecontext # current kubernetes context (https://kubernetes.io/) # terraform # terraform workspace (https://www.terraform.io) + kubecontext # current kubernetes context (https://kubernetes.io/) dir # current directory vcs # git status command_execution_time # duration of the last command diff --git a/zsh/zshrc b/zsh/zshrc index a2c8f7a..69c7c3f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,6 +1,8 @@ autoload -U compinit && compinit autoload -U promptinit && promptinit +bindkey -e + setopt correct_all zstyle ':completion:*' menu select