Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variablepull/22/head
parent
dba80dbee9
commit
276bc9017c
|
@ -470,6 +470,7 @@ function testBoldRootSubdirWorks() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function testBoldRootSubsubdirWorks() {
|
function testBoldRootSubsubdirWorks() {
|
||||||
|
POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true
|
||||||
mkdir -p /tmp/powerlevel9k-test
|
mkdir -p /tmp/powerlevel9k-test
|
||||||
cd /tmp/powerlevel9k-test
|
cd /tmp/powerlevel9k-test
|
||||||
|
|
||||||
|
@ -477,6 +478,7 @@ function testBoldRootSubsubdirWorks() {
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
rm -fr /tmp/powerlevel9k-test
|
rm -fr /tmp/powerlevel9k-test
|
||||||
|
unset POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD
|
||||||
}
|
}
|
||||||
|
|
||||||
function testHighlightHomeWorks() {
|
function testHighlightHomeWorks() {
|
||||||
|
|
Loading…
Reference in New Issue