feat: MAKEFLAGS instead of make alias

This commit is contained in:
AngeD 2023-05-30 18:43:01 +02:00
parent 5e3b4b3637
commit 7cef511095
5 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 1c0644c10638c7bb165bb614b1715107ede07542
Subproject commit 9166622781a39a829878d1fd24c174529d996838

@ -1 +1 @@
Subproject commit 5781c94703463e675b0836d850a8950bc4d7d6b2
Subproject commit 23dfae4db84f71e2ddb56c024845b322035182ee

View File

@ -10,7 +10,6 @@ alias wconf='(cd "$XDG_CONFIG_HOME/suckless/dwm-6.4" && $EDITOR .)'
alias zconf='(cd "$ZDOTDIR/" && $EDITOR .) && . "$ZDOTDIR/.zshrc"'
# dev
alias make='make -j8'
gi() {
curl -Lf "https://www.gitignore.io/api/${(j:,:)@}"
}

@ -1 +1 @@
Subproject commit 951d6957895b1887567b3ea7e548f9533daa3c83
Subproject commit 3ce7bac4ff2e07b9f1182c7bf7a1cac7c7ffdf9e

View File

@ -17,6 +17,7 @@ export LESSHISTFILE='-'
path=("$HOME/bin" "$HOME/.local/bin" $path)
export EDITOR='nvim'
export MAKEFLAGS='-j'
export XDG_CURRENT_DESKTOP=Unity
export QT_STYLE_OVERRIDE=Materia-dark