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'
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master