summaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-20 19:45:23 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-20 19:45:23 +0300
commit9586e24dfb71752afa04db77ad7e79c7430b883b (patch)
treeb3b12e5a11d25d5fa0428ecf547cd7794fdf28ed /config/p10k-lean.zsh
parent2feac7f121ce14be87d60f5deece441aef9f4583 (diff)
add color selection dialog for lean-8colors; remove space before prompt char in lean-* when it's the first segment on the line
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r--config/p10k-lean.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index f03877f3..22da5a05 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -223,7 +223,10 @@
# Prompt symbol in overwrite vi mode.
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='▶'
typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true
+ # No line terminator if prompt_char is the last segment.
typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL=''
+ # No line introducer if prompt_char is the first segment.
+ typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL=
##################################[ dir: current directory ]##################################
# Default current directory color.