remove vertical line
SueRichard opened this issue · 2 comments
Hi, i want to remove this vertile line. How should i do?
env: win11
bash: git bash
zsh: 5.9
p10k
try:
1.add those in p10.zsh
1.1
typeset -g POWERLEVEL9K_VCS_LEFT_SEPARATOR='\u200B'
typeset -g POWERLEVEL9K_DIR_RIGHT_SEPARATOR='\u200B'
1.2
typeset -g POWERLEVEL9K_VCS_LEFT_SEPARATOR=''
typeset -g POWERLEVEL9K_DIR_RIGHT_SEPARATOR=''
all did not take effect, this line still here. Could you let me know where I can modify to delete or remove this line?
- I do not change follow
typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=''
typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=''
because I want to keep separator '\uE0B0'
Thx!
Thx for your replying, i try another terminal is all right. Such as vscode, but in idea inner terminal although i changed the shell to git bash has this problem.