summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-04 17:09:27 -0800
committerxyz <gky44px1999@gmail.com>2022-01-04 17:09:27 -0800
commit757884ab86355066f5199ef6c3ae08f3c28815cd (patch)
tree4e8436f7b9ab6f1012b32d8d0fb02c7fa179bbfa /home/xyz/.profile
parente533a90f75af3aa14cc174502581bb445be85ccc (diff)
profile, MAKEFLAGS, use nproc for -j
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index 2fe45244..70fbf4de 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -44,6 +44,7 @@ export SXHKD_SHELL=sh
export CLICOLOR=1
# for pacdiff, without using aur neovim-drop-in or neovim-symlinks
export DIFFPROG='nvim -d'
+export MAKEFLAGS="-j$(nproc --all)"
# use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/
#export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git"