]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/80_zle
fix git source repository url
[zsh.git] / .zsh / zshrc / 80_zle
1 # zshrc/80_zle
2 #
3 # Configure the zsh line editor
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 # automatically escape URLs
12 # /usr/share/zsh*/functions/Zle/url-quote-magic
13 autoload -U url-quote-magic
14 zle -N self-insert url-quote-magic
15 setopt no_nomatch
16
17 # vim:ft=zsh