mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 20:30:07 +00:00
Improve isolation of tests
This commit is contained in:
parent
a75b0c17d2
commit
a3eaf4a4b0
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
setopt shwordsplit
|
setopt shwordsplit
|
||||||
SHUNIT_PARENT=$0
|
SHUNIT_PARENT=$0
|
||||||
|
|
||||||
function oneTimeSetUp() {
|
function setUp() {
|
||||||
# Load Powerlevel9k
|
# Load Powerlevel9k
|
||||||
source functions/colors.zsh
|
source functions/colors.zsh
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
setopt shwordsplit
|
setopt shwordsplit
|
||||||
SHUNIT_PARENT=$0
|
SHUNIT_PARENT=$0
|
||||||
|
|
||||||
function oneTimeSetUp() {
|
function setUp() {
|
||||||
# Load Powerlevel9k
|
# Load Powerlevel9k
|
||||||
|
source functions/icons.zsh
|
||||||
source functions/utilities.zsh
|
source functions/utilities.zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
setopt shwordsplit
|
setopt shwordsplit
|
||||||
SHUNIT_PARENT=$0
|
SHUNIT_PARENT=$0
|
||||||
|
|
||||||
function oneTimeSetUp() {
|
function setUp() {
|
||||||
# Load Powerlevel9k
|
# Load Powerlevel9k
|
||||||
source powerlevel9k.zsh-theme
|
source powerlevel9k.zsh-theme
|
||||||
source functions/*
|
source functions/*
|
||||||
|
|
Loading…
Reference in a new issue