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