renamed POWERLEVEL9K_CHECK_TERM_COLORS to POWERLEVEL9K_IGNORE_TERM_COLORS
This commit is contained in:
parent
4db2eb0e16
commit
3a605c7f62
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
################################################################
|
||||
|
||||
function termColors() {
|
||||
if [[ $POWERLEVEL9K_CHECK_TERM_COLORS == false ]]; then
|
||||
if [[ $POWERLEVEL9K_IGNORE_TERM_COLORS == true ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue