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 ]=========================
|
# =========================[ Line #1 ]=========================
|
||||||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
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)
|
# 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)
|
# terraform # terraform workspace (https://www.terraform.io)
|
||||||
|
kubecontext # current kubernetes context (https://kubernetes.io/)
|
||||||
dir # current directory
|
dir # current directory
|
||||||
vcs # git status
|
vcs # git status
|
||||||
command_execution_time # duration of the last command
|
command_execution_time # duration of the last command
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
autoload -U promptinit && promptinit
|
autoload -U promptinit && promptinit
|
||||||
|
|
||||||
|
bindkey -e
|
||||||
|
|
||||||
setopt correct_all
|
setopt correct_all
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue