zsh-workers
 help / color / mirror / code / Atom feed
* Re: priority, bgnice
       [not found] <zsh-list.199605292043.WAA20373@bolyai.cs.elte.hu>
@ 1996-05-29 21:17 ` Huy Le
  0 siblings, 0 replies; only message in thread
From: Huy Le @ 1996-05-29 21:17 UTC (permalink / raw)
  To: mlist-zsh-list

>> 	zsh seems to be running all my jobs 
>> (foreground and background) "niced"  I have
>> "unsetopt bgnice" in my .zshrc file.
>> 
>> 	I am running zsh-2.6-beta15 (though I
>> had the same problem with beta13 and beta19)
>> on a DEC alpha running osf1 (ver 2.0).

If you're talking about jobs that you're starting from a zsh script,
you'll need to put "unsetopt bgnice" in your .zshenv, because
in that case .zshrc isn't read.
And if your script starts "#!/usr/local/bin/zsh -f",
the -f flag will prevent your .zshenv from being read,
so you would be screwed unless the global /etc/zshenv has
"unsetopt bgnice" in it. All this is due to the fact that
zsh has that option on by default.

- Huy



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-29 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <zsh-list.199605292043.WAA20373@bolyai.cs.elte.hu>
1996-05-29 21:17 ` priority, bgnice Huy Le

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).