fixed url quoting

This commit is contained in:
Deon Spengler
2015-11-01 11:33:09 +02:00
parent 7bc8559bf2
commit c0947dd02c

3
.zshrc
View File

@@ -16,9 +16,10 @@ setopt SHARE_HISTORY
fpath=("$HOME/.zsh/functions/prompts" $fpath)
# load extentions
autoload -U compinit promptinit url-quote-magic colors zsh/terminfo
autoload -Uz compinit promptinit bracketed-paste-magic url-quote-magic colors zsh/terminfo
# quote pasted URLs
zle -N bracketed-paste bracketed-paste-magic
zle -N self-insert url-quote-magic
# prompt