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