parent
345233741e
commit
494e44375c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ autoload -Uz is-at-least
|
||||||
if [[ ${ZSH_VERSION} != 5.1.1 ]]; then
|
if [[ ${ZSH_VERSION} != 5.1.1 ]]; then
|
||||||
if is-at-least 5.2; then
|
if is-at-least 5.2; then
|
||||||
autoload -Uz bracketed-paste-url-magic
|
autoload -Uz bracketed-paste-url-magic
|
||||||
zle -N bracketed-paste-url-magic
|
zle -N bracketed-paste bracketed-paste-url-magic
|
||||||
else
|
else
|
||||||
if is-at-least 5.1; then
|
if is-at-least 5.1; then
|
||||||
autoload -Uz bracketed-paste-magic
|
autoload -Uz bracketed-paste-magic
|
||||||
|
|
Loading…
Reference in a new issue