add zsh and kubectl prompts to agnoster prompt

This commit is contained in:
Ghasem Shirazi 2021-04-14 14:10:59 -07:00
commit 7bafb5e1d4
2 changed files with 15 additions and 4 deletions

View file

@ -73,10 +73,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="false"
#plugins=(git zsh-git-prompt zsh-completions fasd systemd zsh-syntax-highlighting)
plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt)
# build up the prompt from the theme and *-prompt plugins:
PROMPT="${PROMPT} ZSH_GIT_PROMPT ZSH_KUBECTL_PROMPT"
# The following lines were added by compinstall
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' max-errors 3
zstyle ':completion:*' prompt 'e%e'