mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 21:40:08 +00:00
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() {
|
function termColors() {
|
||||||
if [[ $POWERLEVEL9K_CHECK_TERM_COLORS == false ]]; then
|
if [[ $POWERLEVEL9K_IGNORE_TERM_COLORS == true ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1563,7 +1563,7 @@ NEWLINE='
|
||||||
[[ $POWERLEVEL9K_PROMPT_ADD_NEWLINE == true ]] && PROMPT="$NEWLINE$PROMPT"
|
[[ $POWERLEVEL9K_PROMPT_ADD_NEWLINE == true ]] && PROMPT="$NEWLINE$PROMPT"
|
||||||
}
|
}
|
||||||
|
|
||||||
set_default POWERLEVEL9K_CHECK_TERM_COLORS true
|
set_default POWERLEVEL9K_IGNORE_TERM_COLORS false
|
||||||
prompt_powerlevel9k_setup() {
|
prompt_powerlevel9k_setup() {
|
||||||
# The value below was set to better support 32-bit CPUs.
|
# The value below was set to better support 32-bit CPUs.
|
||||||
# It's the maximum _signed_ integer value on 32-bit CPUs.
|
# It's the maximum _signed_ integer value on 32-bit CPUs.
|
||||||
|
|
Loading…
Reference in a new issue