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

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



>>>>> "Roland" == Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> xterms opened in a way like `xterm -e wnewmail &`. This makes sense as the

I might be hopelessly confused, but I seemed to remember that

	xterm -e foo bar

does *not* use any shell whatsoever.  If you want a shell to be involved,
You'll have to call it explicitly:

	xterm -e zsh -c 'blobla'

And then indeed, this zsh will not be interactive, etc...


	Stefan



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