liquidprompt
liquidprompt copied to clipboard
Temperature appears despite LP_ENABLE_TEMP=0
Shell: bash 5.1.16(1)-release
Operating system: 6.1.31-gentoo-dist
Liquid Prompt version: I didn't install via git
Steps to Reproduce
- Set LP_ENABLE_TEMP=0 in config file (~/.config/liquidpromptrc)
Expected Behavior
Temp should stop appearing
Current Behavior
Temp appears (when above threshold)
Possible Solution
Liquid Prompt version: I didn't install via git
I'll need to know the LP version to be able to help. There was a temp display bug fairly recently that this might be related to.
My package manager shows it as version 2.1.2
That version is the latest stable, and should not have that issue.
Can you post the output of the following commands?
declare -p | grep TEMP
set -x; _lp_temperature; set +x