mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Turn off bracketed paste when Fish exits
(cherry picked from commit 4ff002b9fb)
This commit is contained in:
committed by
David Adam
parent
0bf4d398ab
commit
80afc31ff8
@@ -242,7 +242,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||
end
|
||||
|
||||
# Disable BP before every command because that might not support it.
|
||||
function __fish_disable_bracketed_paste --on-event fish_preexec
|
||||
function __fish_disable_bracketed_paste --on-event fish_preexec --on-process-exit %self
|
||||
printf "\e[?2004l"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user