mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
stupid typo
This commit is contained in:
parent
4bed2dc8c0
commit
61f5552c98
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ while true; do
|
|||
else
|
||||
options+="$POWERLEVEL9K_MODE"
|
||||
fi
|
||||
(( cap_python )) && options[-1] += ' + python'
|
||||
(( cap_python )) && options[-1]+=' + python'
|
||||
if (( cap_diamond )); then
|
||||
left_subsep=$right_angle
|
||||
right_subsep=$left_angle
|
||||
|
|
Loading…
Reference in a new issue