Commit a18346f7e2af04119760dbf7f6b9222f2646a111
Make `mak` alias use all CPUs
Author: xaizek
Author date (UTC): 2024-02-24 18:54
Committer name: xaizek
Committer date (UTC): 2024-02-24 18:54
Parent(s): 85f2e21c8e951b04b78b9fa478ed69c69168e700
Signing key: 99DC5E4DB05F6BE2
Tree: 5d3f43eeea0d4514bb004e87cf7182b2df70ec88
File |
Lines added |
Lines deleted |
bashrc |
1 |
1 |
File bashrc changed (mode: 100644) (index 732140d..70a48d4) |
... |
... |
alias G='gvim' |
86 |
86 |
# vim-like |
# vim-like |
87 |
87 |
|
|
88 |
88 |
# vim-like short form of the make command |
# vim-like short form of the make command |
89 |
|
alias mak='make' |
|
|
89 |
|
alias mak="ionice nice make --jobs=$(nproc) --load-average=$(nproc)" |
90 |
90 |
|
|
91 |
91 |
# vi-like commands to quit shell |
# vi-like commands to quit shell |
92 |
92 |
alias q='exit' |
alias q='exit' |