mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Turn off bracketed paste when Fish exits
This commit is contained in:
parent
a71bb03f23
commit
4ff002b9fb
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||||
end
|
end
|
||||||
|
|
||||||
# Disable BP before every command because that might not support it.
|
# 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"
|
printf "\e[?2004l"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue