1

In powerlevel10k (zsh) the path to branch separator can be a triangle or semicircle (bottom in image); in powerline (top of image), the "triangles" can separate also folder/subfolder instead of the /, is this achievable in p10k ?

I am using Meslo LG S as it is appropriate for p10k icons.

enter image description here

External image of p10k prompt with /

0

2 Answers 2

1

Add this to ~/.p10k.zsh:

typeset -g POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true
typeset -g POWERLEVEL9K_DIR_PATH_SEPARATOR=$' \uE0B1 '
1
0

To replace ~ with a home icon, add/uncomment this in .p10k.zsh. The second command is in line 355

  typeset -g POWERLEVEL9K_HOME_FOLDER_ABBREVIATION=$'\uF015'
  typeset -g POWERLEVEL9K_DIR_CLASSES=()

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .