mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
Merge pull request #681 from Stazer/tcolor-warning
Added flag to ignore checking the term colors & lang settings
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
################################################################
|
||||
|
||||
function termColors() {
|
||||
if [[ $POWERLEVEL9K_IGNORE_TERM_COLORS == true ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
local term_colors
|
||||
|
||||
if which tput &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user