mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Avoid color warning on travis
This commit is contained in:
parent
9c0b8b9e42
commit
4844bbbaea
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ setopt shwordsplit
|
||||||
SHUNIT_PARENT=$0
|
SHUNIT_PARENT=$0
|
||||||
|
|
||||||
function setUp() {
|
function setUp() {
|
||||||
|
export TERM="xterm-256color"
|
||||||
# Load Powerlevel9k
|
# Load Powerlevel9k
|
||||||
source powerlevel9k.zsh-theme
|
source powerlevel9k.zsh-theme
|
||||||
source functions/*
|
source functions/*
|
||||||
|
|
Loading…
Reference in a new issue