This commit is contained in:
Bartek Stalewski 2020-10-01 17:06:17 +02:00
parent 3f710c3166
commit 633cbac58d
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,8 @@
autoload -U compinit && compinit
autoload -U promptinit && promptinit
bindkey -e
setopt correct_all
zstyle ':completion:*' menu select