From a67c2d04a19f9811a5cb365189c37de52edf3db2 Mon Sep 17 00:00:00 2001 From: Nathan Hemingway Date: Wed, 18 May 2022 17:19:44 -0700 Subject: [PATCH] multi-line prompt --- .p10k.zsh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.p10k.zsh b/.p10k.zsh index 971f9bf..7c09690 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -1,7 +1,7 @@ -# Generated by Powerlevel10k configuration wizard on 2022-05-15 at 15:47 PDT. +# Generated by Powerlevel10k configuration wizard on 2022-05-18 at 17:18 PDT. # Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301. -# Wizard options: nerdfont-complete + powerline, large icons, pure, original, rprompt, -# 1 line, compact, transient_prompt, instant_prompt=verbose. +# Wizard options: nerdfont-complete + powerline, small icons, pure, original, rprompt, +# 2 lines, compact, transient_prompt, instant_prompt=verbose. # Type `p10k configure` to generate another config. # # Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). @@ -48,20 +48,26 @@ # Left prompt segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( + # =========================[ Line #1 ]========================= # context # user@host dir # current directory vcs # git status # command_execution_time # previous command duration + # =========================[ Line #2 ]========================= + newline # \n # virtualenv # python virtual environment prompt_char # prompt symbol ) # Right prompt segments. typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( + # =========================[ Line #1 ]========================= command_execution_time # previous command duration virtualenv # python virtual environment context # user@host # time # current time + # =========================[ Line #2 ]========================= + newline # \n ) # Basic style options that define the overall prompt look.