Disable fish_transient_prompt in tmux test setup

Part of #11911
This commit is contained in:
kerty
2025-10-13 23:36:40 +03:00
committed by Johannes Altmanninger
parent d79273089f
commit 6f5644a77c

View File

@@ -46,6 +46,8 @@ function isolated-tmux-start
function fish_prompt; printf "prompt $status_generation> "; end
# No autosuggestion from older history.
set fish_history ""
# No transient prompt.
set fish_transient_prompt 0
' $isolated_tmux_fish_extra_args
# Set the correct permissions for the newly created socket to allow future connections.
# This is required at least under WSL or else each invocation will return a permissions error.