From 80afc31ff877076c00805cebd65333d780ec6abe Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 23 May 2017 17:36:09 -0700 Subject: [PATCH] Turn off bracketed paste when Fish exits (cherry picked from commit 4ff002b9fb52b7a4c42aca75e3cceb4bc2ee63ba) --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 8fd544602..cf34936e0 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -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