fix: remove shadowed alias definitions and two related defects (#14053)

This commit is contained in:
Robby Russell
2026-09-10 13:54:45 +02:00
committed by GitHub
parent d6f3106269
commit 24d629f7f1
5 changed files with 1 additions and 5 deletions
-1
View File
@@ -11,7 +11,6 @@
# Load bracketed-paste-magic if zsh version is >= 5.1
autoload -Uz is-at-least
if is-at-least 5.1; then
set zle_bracketed_paste # Explicitly restore this zsh default
autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
return ### The rest of this file is NOT executed on zsh version >= 5.1 ###