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

Re: Best place to put `mesg n` into?



Bart Schaefer wrote:

> If you put "mesg" in .zshenv, you'll have to protect it with something
> like
> 
> 	[[ -t 0 ]] && mesg n

Which is exactly what I wanted to avoid.

> A better solution is
> 
> 	xterm -ut -e wnewmail &

Man, you are just it. Thanks a lot.

	Roland



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