From ff1330eb6a64e3307e3b3380755523982eea0de3 Mon Sep 17 00:00:00 2001 From: JGill Date: Thu, 16 Aug 2018 14:59:57 +0930 Subject: [PATCH] added os_icon virtualenv, disabled public_ip docker_machine --- .zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index ffd41c4..760445c 100644 --- a/.zshrc +++ b/.zshrc @@ -20,9 +20,13 @@ POWERLEVEL9K_DIR_HOME_FOREGROUND="white" POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND="white" POWERLEVEL9K_DIR_DEFAULT_FOREGROUND="white" -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(docker_machine status command_execution_time background_jobs public_ip todo ram load rvm time) +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(virtualenv status command_execution_time background_jobs todo ram load rvm time) -POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir rbenv vcs) +# more prompt elements that are suggested +# (public_ip docker_machine pyenv nvm) https://github.com/bhilburn/powerlevel9k#prompt-customization +# Note: using public_ip is cool but when connection is down prompt waits for 10-20 seconds + +POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh os_icon context dir rbenv vcs) POWERLEVEL9K_PROMPT_ON_NEWLINE=true