mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +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
|
||||
|
||||
function setUp() {
|
||||
export TERM="xterm-256color"
|
||||
# Load Powerlevel9k
|
||||
source powerlevel9k.zsh-theme
|
||||
source functions/*
|
||||
|
|
Loading…
Reference in a new issue