zsh: new alias for make

This commit is contained in:
PowerUser64 2021-11-15 20:01:20 -08:00
parent d656786a14
commit 1c383283c7

3
.zshrc
View file

@ -86,6 +86,9 @@
# 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?'"
# tell make to use all cpu cores
alias make='make -j$(nproc)'
# Colors
alias \
ls='ls -hN --color=auto --group-directories-first' \