mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
typo
This commit is contained in:
parent
3e0c898e59
commit
63f72c756f
1 changed files with 3 additions and 3 deletions
|
@ -676,17 +676,17 @@ function generate_config() {
|
|||
local left_sep='\uE0B0'
|
||||
local right_sep='\uE0B2'
|
||||
local left_subsep='\uE0B1'
|
||||
local right_subset='\uE0B3'
|
||||
local right_subsep='\uE0B3'
|
||||
local left_end='\uE0B0'
|
||||
local right_start='\uE0B2'
|
||||
|
||||
if (( straight )); then
|
||||
if [[ $POWERLEVEL9K_MODE == nerdfont-complete ]]; then
|
||||
left_subsep='\uE0BD'
|
||||
right_subset='\uE0BD'
|
||||
right_subsep='\uE0BD'
|
||||
else
|
||||
left_subsep='|'
|
||||
right_subset'|'
|
||||
right_subsep'|'
|
||||
fi
|
||||
left_end='▓▒░'
|
||||
right_start='░▒▓'
|
||||
|
|
Loading…
Reference in a new issue