mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:31:12 -03:00
committed by
Johannes Altmanninger
parent
d79273089f
commit
6f5644a77c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user