macos update

This commit is contained in:
2025-07-28 19:25:02 -07:00
parent c39f6278fd
commit 7581f77431
3 changed files with 12 additions and 2 deletions

View File

@@ -48,4 +48,13 @@ zstyle :compinstall filename '/Users/sudacode/.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