update zshrc

This commit is contained in:
sudacode 2025-05-26 03:30:40 -07:00
parent b9be2325ad
commit 245b187664
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw

View File

@ -63,4 +63,13 @@ zstyle :compinstall filename /home/sudacode/.zsh/.zshrc
autoload -Uz compinit
compinit
# End of lines added by compinstall
# load both the URLquoting and pastemagic widgets
autoload -Uz url-quote-magic bracketed-paste-magic
# tell url-quote-magic which chars to escape
zstyle ':url-quote-magic:*' url-quotes ''
# bind it to both typing and pasting
zle -N self-insert url-quote-magic
zle -N bracketed-paste bracketed-paste-magic