chiark / gitweb /
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 55a245f291faf9d4ad98541b1d27f1cb272bee39..51abd6e0269e3bf15132b43911bafd58e8446266 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"
 
 ###--------------------------------------------------------------------------