From a5cddc1947df54cafc59e1bf9811c9c9291691a7 Mon Sep 17 00:00:00 2001 From: Kitty Cat Date: Tue, 20 Aug 2019 09:06:36 -0400 Subject: [PATCH] move root_indicator --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 8ba4ecf..8afafee 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,8 +8,8 @@ fi # powerlevel9k config POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k -POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status context dir virtualenv vcs) -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator background_jobs) +POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status root_indicator context dir virtualenv vcs) +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs) POWERLEVEL9K_STATUS_OK=false POWERLEVEL9K_VIRTUALENV_BACKGROUND=028