mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
This commit is contained in:
parent
dba80dbee9
commit
276bc9017c
1 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,7 @@ function testBoldRootSubdirWorks() {
|
|||
}
|
||||
|
||||
function testBoldRootSubsubdirWorks() {
|
||||
POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true
|
||||
mkdir -p /tmp/powerlevel9k-test
|
||||
cd /tmp/powerlevel9k-test
|
||||
|
||||
|
@ -477,6 +478,7 @@ function testBoldRootSubsubdirWorks() {
|
|||
|
||||
cd -
|
||||
rm -fr /tmp/powerlevel9k-test
|
||||
unset POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD
|
||||
}
|
||||
|
||||
function testHighlightHomeWorks() {
|
||||
|
|
Loading…
Reference in a new issue