chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a680226
)
dot/shell-rc: Be nice when running Maven too.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 Jul 2024 12:28:31 +0000
(13:28 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/shell-rc
b/dot/shell-rc
index e28dbb8b166da7cfc09a7f27adea9e5404eb40b0..c6818113b48535e462756f1e8ec974b05d0631cd 100644
(file)
--- a/
dot/shell-rc
+++ b/
dot/shell-rc
@@
-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"