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