zsh: new alias for make
This commit is contained in:
parent
d656786a14
commit
1c383283c7
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -86,6 +86,9 @@
|
||||||
# I hate it when I get ghost script instead of git status. this will be removed
|
# I hate it when I get ghost script instead of git status. this will be removed
|
||||||
alias gs="echo 'you don'\''t really want ghost script, do you?'"
|
alias gs="echo 'you don'\''t really want ghost script, do you?'"
|
||||||
|
|
||||||
|
# tell make to use all cpu cores
|
||||||
|
alias make='make -j$(nproc)'
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
alias \
|
alias \
|
||||||
ls='ls -hN --color=auto --group-directories-first' \
|
ls='ls -hN --color=auto --group-directories-first' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue