From 6876da03cfff138eea3b18909c90b4feed4674ea Mon Sep 17 00:00:00 2001 From: acicchetti Date: Tue, 19 Mar 2019 07:24:59 -0400 Subject: [PATCH] Modified two line prompt slightly --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index b6cb6b7..27745d0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -90,6 +90,8 @@ POWERLEVEL9K_CUSTOM_ASDF_ELIXIR="prompt_asdf_elixir" export POWERLEVEL9K_IGNORE_TERM_COLORS=true export POWERLEVEL9K_PROMPT_ON_NEWLINE=true export POWERLEVEL9K_PROMPT_ADD_NEWLINE=true +export POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="" +export POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX=">>> " export POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir dir_writable vcs custom_asdf_elixir) export POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_virtualenv command_execution_time) export VIRTUAL_ENV_DISABLE_PROMPT=1