Adrien,
Liquidprompt <https://liquidstate.net/liquid-prompt/> is touchy regarding PROMPT_COMMAND, and unsurprisingly so. A warning at https://liquidprompt.readthedocs.io/en/stable/install.html#shell-installation says "Do not export PROMPT_COMMAND", and that puts it outside the purview of Environment Modules. Prompt capabilities and configurations are highly shell-specific, making them rather incongruous with modules.
It'd be best to configure Liquidprompt directly in the shell you use, or source a common Bourne shell script if you run both shells supported (bash+zsh).
Michael
> On Oct 18, 2021, at 05:39, Adrien COTTE - Groupe EOLEN <adr...@eo...> wrote:
> For some reasons I have modules with "setenv PROMPT_COMMAND ..." calls breaking my prompt (liquidprompt).
> I tried to use "export MODULES_RUN_QUARANTINE=PROMPT_COMMAND" without success.
> How should I tell Modules to do not set a specific variable at load?
|