From 42573d0e1f758ed7c2467d763a786f732c8fd65a Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 22 Jun 2016 16:07:26 -0700 Subject: [PATCH] [environment] fix better bracketed paste Fixes #60 --- modules/environment/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/environment/init.zsh b/modules/environment/init.zsh index e0f182d..c5a4951 100644 --- a/modules/environment/init.zsh +++ b/modules/environment/init.zsh @@ -7,7 +7,7 @@ autoload -Uz is-at-least if [[ ${ZSH_VERSION} != 5.1.1 ]]; then if is-at-least 5.2; then autoload -Uz bracketed-paste-url-magic - zle -N bracketed-paste-url-magic + zle -N bracketed-paste bracketed-paste-url-magic else if is-at-least 5.1; then autoload -Uz bracketed-paste-magic