Remove very first char/whitespace from left prompt #2898
Closed
dguendisch
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Try this: typeset -g POWERLEVEL9K_DIR_LEFT_LEFT_WHITESPACE=The first LEFT refers to the side of the segment, the second -- to the position of the whitespace within the segment. There are also |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd prefer to remove the very first whitespace (or invisible char) from the left prompt. I tried all sorts of options in

.p10k.zshbut couldn't achieve it yet.I have a straight-forward / default 2-line configuration and it currently looks like:
Ideally I want it to look like

(with no chars before the dir icon).
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions