Turn off bracketed paste when Fish exits

This commit is contained in:
Kevin Ballard 2017-05-23 17:36:09 -07:00
parent a71bb03f23
commit 4ff002b9fb

View file

@ -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