mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
Added flag for checking the term colors
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
################################################################
|
||||
|
||||
function termColors() {
|
||||
if [[ $POWERLEVEL9K_CHECK_TERM_COLORS == false ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
local term_colors
|
||||
|
||||
if which tput &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user