From 7cef5110951f1eea5a8fbc830ea9cea50efd5536 Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 30 May 2023 18:43:01 +0200 Subject: [PATCH] feat: MAKEFLAGS instead of make alias --- .config/nvim/pack/plugins/opt/lspconfig | 2 +- .config/nvim/pack/plugins/opt/treesitter | 2 +- .config/zsh/.zsh_aliases | 1 - .config/zsh/custom/themes/powerlevel10k | 2 +- .zshenv | 1 + 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/nvim/pack/plugins/opt/lspconfig b/.config/nvim/pack/plugins/opt/lspconfig index 1c0644c..9166622 160000 --- a/.config/nvim/pack/plugins/opt/lspconfig +++ b/.config/nvim/pack/plugins/opt/lspconfig @@ -1 +1 @@ -Subproject commit 1c0644c10638c7bb165bb614b1715107ede07542 +Subproject commit 9166622781a39a829878d1fd24c174529d996838 diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index 5781c94..23dfae4 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit 5781c94703463e675b0836d850a8950bc4d7d6b2 +Subproject commit 23dfae4db84f71e2ddb56c024845b322035182ee diff --git a/.config/zsh/.zsh_aliases b/.config/zsh/.zsh_aliases index e8bd121..d3d1ef4 100644 --- a/.config/zsh/.zsh_aliases +++ b/.config/zsh/.zsh_aliases @@ -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:,:)@}" } diff --git a/.config/zsh/custom/themes/powerlevel10k b/.config/zsh/custom/themes/powerlevel10k index 951d695..3ce7bac 160000 --- a/.config/zsh/custom/themes/powerlevel10k +++ b/.config/zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit 951d6957895b1887567b3ea7e548f9533daa3c83 +Subproject commit 3ce7bac4ff2e07b9f1182c7bf7a1cac7c7ffdf9e diff --git a/.zshenv b/.zshenv index 50a60ce..93427a1 100644 --- a/.zshenv +++ b/.zshenv @@ -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