I am using zsh
with oh-my-zsh
on Ubuntu:14.04.
The shell autocompletes escape character with backslash when I paste a URL.
For example with environment variables:
$ wget http://{DEFAULT_IP}/index.html
It will become:
$ wget http://{DEFAULT_IP}/index.html
How can I disable this function?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…