diff --git a/home/user/.config/zsh/sourcer b/home/user/.config/zsh/sourcer index 0a7113c..4d26047 100644 --- a/home/user/.config/zsh/sourcer +++ b/home/user/.config/zsh/sourcer @@ -25,6 +25,7 @@ source "${ZDOTDIR}/prompt" source "${ZDOTDIR}/other" source "${ZDOTDIR}/aliases" source "${ZDOTDIR}/functions" +_so "/etc/profile" _so "${ZDOTDIR}/hosts/${HOST}" diff --git a/home/user/.editorconfig b/home/user/.editorconfig index 4c5a3fc..16276ba 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -9,10 +9,6 @@ indent_style = space indent_size = 4 tab_width = 4 -[*.{cpp,h}] -indent_size = 2 -tab_width = 2 - [Makefile] indent_style = tab indent_size = tab