zsh:alias: Add -j flag per default to make
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
)" gpg'
|
||||
# Use a reasonable time format
|
||||
alias date='env LC_TIME=tk_TM date'
|
||||
# Use multiple jobs when making
|
||||
alias make='make -j'
|
||||
|
||||
# Named directories
|
||||
for dir in "$HOME"/[^.]*(/); do
|
||||
|
||||
Reference in New Issue
Block a user