From f1e69071c74a4a1fb4e6ed7db3b53fa4f6f683c6 Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Wed, 14 Apr 2021 13:20:57 -0700 Subject: [PATCH] update prompt --- dotfiles/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 25f9cf7ca..d7732e875 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -73,6 +73,8 @@ 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