Closed SueRichard closed 2 months ago
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'
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=''
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?
typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='' typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=''
typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=''
typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=''
because I want to keep separator '\uE0B0'
Thx!
See https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#sub-pixel-imperfections-around-powerline-symbols
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.
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?
typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=''
typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=''
because I want to keep separator '\uE0B0'
Thx!