1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00

Updated testBoldRootSubsubdirWorks()

Forgot to initialize the bolding variable
This commit is contained in:
Christo Kotze 2018-02-14 14:05:49 +04:00
parent dba80dbee9
commit 276bc9017c

View file

@ -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() {