zsh completion: Do not strip quotes?

331 views Asked by At

When using completion inside a double quoted string, zsh strips the leading ". E.g.
export PATH="$HOME/software<TAB>
becomes
export PATH=$HOME/software
How can I convince zsh that I like the leading double quote and keep it?

0

There are 0 answers