mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-06-13 03:13:32 -07:00
update zshrc
This commit is contained in:
parent
b9be2325ad
commit
245b187664
@ -63,4 +63,13 @@ zstyle :compinstall filename /home/sudacode/.zsh/.zshrc
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
|
||||
# load both the URL‐quoting and paste‐magic 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user