Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Unicode allowables in Environment variables



Also, as far as I can tell, the ZDOTDIR value is being munged _before_ /etc/zshrc is executed. If I empty out /etc/zshrc except for the above echo command, and put the same command as the only thing in /etc/zshenv, the one in /etc/zshenv displays the correct expected value, while the one in /etc/zshrc triggers the same "no matches found" error.

On Mon, Nov 4, 2024 at 1:36 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
On Mon, Nov 4, 2024 at 10:30 AM Mark J. Reed <markjreed@xxxxxxxxx> wrote:
What's going on that causes Zsh to try to do wildcard expansion on the metafied value even inside quotation marks?

The value isn't metafied, it's unmetafied ... which happens to leave behind some character values such that when quoted, they turn into (different) un-quoted bytes.


--
Mark J. Reed <markjreed@xxxxxxxxx>


Messages sorted by: Reverse Date, Date, Thread, Author