cleaning
This commit is contained in:
parent
3f710c3166
commit
633cbac58d
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
autoload -U compinit && compinit
|
||||
autoload -U promptinit && promptinit
|
||||
|
||||
bindkey -e
|
||||
|
||||
setopt correct_all
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue