Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Background task gets killed while closing zsh. Why?
- X-seq: zsh-users 9656
- From: Sebastian Stein <seb_stein@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Background task gets killed while closing zsh. Why?
- Date: Mon, 7 Nov 2005 10:18:47 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I have defined a suffix alias for pdfs:
alias -s pdf='acroread'
Now I call a pdf:
test.pdf &
As far as I understand this is expanded to:
acroread test.pdf &
Now acroread gets called and shows the pdf. Now I logout of my zsh, but in
this case also acroread gets closed. When I was using bash as my shell, I
was able to call something as a background job from bash and close bash
without closing the job. What am I doing wrong with zsh here?
Sebastian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author