Merge branch 'master' of gitea.tforgione.fr:tforgione/dotfiles
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# My editor
|
||||
export EDITOR="vim"
|
||||
command -v nvim > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
export EDITOR="nvim"
|
||||
else
|
||||
export EDITOR="vim"
|
||||
fi
|
||||
|
||||
# Parallel conpilation with make
|
||||
export MAKEFLAGS="+j`nproc`"
|
||||
|
||||
Reference in New Issue
Block a user