dot/shell-rc: Be nice when running Maven too.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2024 12:28:31 +0000 (13:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2024 12:28:31 +0000 (13:28 +0100)
Not that I do that often by choice.

dot/shell-rc

index e28dbb8..c681811 100644 (file)
@@ -230,6 +230,7 @@ if command -v ionice >/dev/null 2>&1; then
 fi
 alias mdw-nice="$__mdw_nice --"
 alias make="mdw-nice make"
+alias mvn="mdw-nice mvn"
 alias cross-run="mdw-nice cross-run"
 alias gdb="gdb -q"