This commit is contained in:
psakiev 2024-12-10 16:24:24 -07:00
parent 88b5a12e16
commit 20d148e464

View File

@ -67,7 +67,8 @@ def deactivate_header(shell):
cmds += "set -e SPACK_PROMPT;\n" cmds += "set -e SPACK_PROMPT;\n"
cmds += "functions -e despacktivate;\n" cmds += "functions -e despacktivate;\n"
# #
# NOTE: Unsetting SPACK_PROMPT environment variable which is used to avoid changing fish_prompt function. # NOTE: Unsetting SPACK_PROMPT environment variable which is used to
# avoid changing fish_prompt function.
# #
elif shell == "bat": elif shell == "bat":
# TODO: Color # TODO: Color