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

Re: Newbie zsh setup warts (history, pipes, export, ...).



Clint Adams wrote:
> > "set | less" works.  What's wrong with the grep?
> 
> grep is probably seeing the NUL character in IFS, and assuming.
> that the input is "binary".  Since you're using GNU grep, you can
> specify "grep -a" to override this assumption.

Alternatively, specify `typeset -H IFS' in your .zshrc to hide IFS in
the output of set.

Oliver



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