Disable zsh transient prompt

This commit is contained in:
SebastianStork 2024-05-21 15:51:01 +02:00
parent d33cc160fc
commit a9e83e15ad

View file

@ -1680,7 +1680,7 @@
# - always: Trim down prompt when accepting a command line.
# - same-dir: Trim down prompt when accepting a command line unless this is the first command
# typed after changing current working directory.
typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=same-dir
typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off
# Instant prompt mode.
#