Use sparse prompt spacing rather than compacting it
This commit is contained in:
parent
a5077cfc56
commit
17359d1fd0
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Generated by Powerlevel10k configuration wizard on 2023-11-19 at 14:50 AEDT.
|
||||
# Generated by Powerlevel10k configuration wizard on 2023-11-19 at 16:14 AEDT.
|
||||
# Based on romkatv/powerlevel10k/config/p10k-lean.zsh, checksum 61526.
|
||||
# Wizard options: nerdfont-v3 + powerline, small icons, unicode, lean, 24h time,
|
||||
# 2 lines, disconnected, no frame, compact, many icons, concise, transient_prompt,
|
||||
# 2 lines, disconnected, no frame, sparse, many icons, concise, transient_prompt,
|
||||
# instant_prompt=quiet.
|
||||
# Type `p10k configure` to generate another config.
|
||||
#
|
||||
|
@ -143,7 +143,7 @@
|
|||
typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT=true
|
||||
|
||||
# Add an empty line before each prompt.
|
||||
typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=false
|
||||
typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
|
||||
|
||||
# Connect left prompt lines with these symbols.
|
||||
typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=
|
||||
|
|
Loading…
Reference in a new issue