Merge pull request #681 from Stazer/tcolor-warning
Added flag to ignore checking the term colors & lang settings
This commit is contained in:
commit
fd3d234354
2 changed files with 15 additions and 7 deletions
|
@ -7,6 +7,10 @@
|
|||
################################################################
|
||||
|
||||
function termColors() {
|
||||
if [[ $POWERLEVEL9K_IGNORE_TERM_COLORS == true ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
local term_colors
|
||||
|
||||
if which tput &>/dev/null; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue