dot/shell-rc: Run `cross-run' nicely by default.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 13:53:48 +0000 (14:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 13:53:48 +0000 (14:53 +0100)
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.

dot/shell-rc

index 55a245f..51abd6e 100644 (file)
@@ -187,6 +187,7 @@ alias e="$EDITOR"
 alias svn="svnwrap svn"
 alias @="ssh"
 alias make="nice make"
+alias cross-run="nice cross-run"
 alias gdb="gdb -q"
 
 ###--------------------------------------------------------------------------