Skip to content

Commit

Permalink
multi-line prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
brightpuddle committed May 19, 2022
1 parent 82742c7 commit a67c2d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .p10k.zsh
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a67c2d0

Please sign in to comment.