[environment] fix better bracketed paste

Fixes #60
This commit is contained in:
Matt Hamilton 2016-06-22 16:07:26 -07:00 committed by Adam Goldsmith
parent ecc9e95b8f
commit 42573d0e1f
1 changed files with 1 additions and 1 deletions

View File

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