The usual application is to run make(1) or some other highly intensive
thing in lots of different cross environments at the same time, so this
seems like something that should try to be nice.
alias svn="svnwrap svn"
alias @="ssh"
alias make="nice make"
alias svn="svnwrap svn"
alias @="ssh"
alias make="nice make"
+alias cross-run="nice cross-run"
alias gdb="gdb -q"
###--------------------------------------------------------------------------
alias gdb="gdb -q"
###--------------------------------------------------------------------------