> Maybe it's just the alias being ignored by nice:

nice executes the utility with execvp(), so it doesn't have a way to
know about your alias, as the shell is not involved. The alias is also
not expanded before calling nice, because it is not the first word in
the line.

natano

Reply via email to