mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
This commit is contained in:
parent
dba80dbee9
commit
276bc9017c
@ -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 New Issue
Block a user